fixed variable change
This commit is contained in:
parent
eeb9e6d1d1
commit
2ef269fb87
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']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user