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