From 6451155964e313d0bde82a7be642445768964fad Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 3 Apr 2017 10:40:21 +0200 Subject: [PATCH] T201704031037 --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index e546429..963998c 100644 --- a/start.php +++ b/start.php @@ -23,7 +23,7 @@ return array_slice($numbers, 0, $count-1); } - print_r('Questions count: '.$questions_count); + print_r($questions_count); if($uid == '') { $error = 12103;