fixed variable change
This commit is contained in:
2
api.php
2
api.php
@ -6,7 +6,7 @@ $type = $_GET['type'];
|
|||||||
$timeout = $_GET['timeout'];
|
$timeout = $_GET['timeout'];
|
||||||
$viewport = $_GET['viewport'];
|
$viewport = $_GET['viewport'];
|
||||||
$js = $_GET['js'];
|
$js = $_GET['js'];
|
||||||
$resizewidth = $_GET['resizewidth'];
|
$resizewidth = $_GET['width'];
|
||||||
$cache = $_GET['cache'];
|
$cache = $_GET['cache'];
|
||||||
$onfail = rawurldecode($_GET['onfail']);
|
$onfail = rawurldecode($_GET['onfail']);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user