T1703271429

This commit is contained in:
Leander
2017-03-27 14:29:06 +02:00
parent 5f6fc1230f
commit f4aed7a27e

View File

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