T1703271430

This commit is contained in:
Leander
2017-03-27 14:30:19 +02:00
parent f4aed7a27e
commit 33bad032ff

View File

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