From c863b15f39fc25b2d0c52b59d8a993370f1ba17a Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 27 Mar 2017 14:31:13 +0200 Subject: [PATCH] T1703271431 --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index d555058..c235b14 100644 --- a/start.php +++ b/start.php @@ -8,7 +8,7 @@ $uid = $_GET['uid']; $length = ($_GET['length'] && gettype($_GET['length']) == 'integer') ? $_GET['length'] : 10; - echo gettype($_GET['length']); + echo gettype(+$_GET['length']); echo $length; ?>