fixed variable change

This commit is contained in:
Christian Haschek 2015-09-30 00:46:14 +02:00
parent eeb9e6d1d1
commit 2ef269fb87

View File

@ -6,7 +6,7 @@ $type = $_GET['type'];
$timeout = $_GET['timeout'];
$viewport = $_GET['viewport'];
$js = $_GET['js'];
$resizewidth = $_GET['resizewidth'];
$resizewidth = $_GET['width'];
$cache = $_GET['cache'];
$onfail = rawurldecode($_GET['onfail']);