From b0d68b12248ea53ae10dbdec3a999a74d9b52e70 Mon Sep 17 00:00:00 2001 From: synox Date: Sat, 19 Nov 2016 18:43:58 +0100 Subject: [PATCH] Debug --- src/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sample.php b/src/config.sample.php index 71c4f4e..97154c5 100644 --- a/src/config.sample.php +++ b/src/config.sample.php @@ -4,7 +4,7 @@ date_default_timezone_set('Europe/Paris'); // enable while testing: -error_reporting(E_ALL) +error_reporting(E_ALL); // enable in production: // error_reporting(0);