T1703271428

This commit is contained in:
Leander
2017-03-27 14:28:22 +02:00
parent b54ede5ca4
commit 5f6fc1230f

View File

@@ -7,7 +7,7 @@
*/
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? $_GET['length'] : 10;
$length = ($_GET['length'] && gettype($_GET['length']+0) == 'integer') ? $_GET['length'] : 10;
echo gettype($length);
?>