From 5f6fc1230f8f2622df64795b3d5b41e2905a7096 Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 27 Mar 2017 14:28:22 +0200 Subject: [PATCH] T1703271428 --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index fe394b8..9425a2d 100644 --- a/start.php +++ b/start.php @@ -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); ?>