This commit is contained in:
synox 2016-11-19 18:43:58 +01:00 committed by GitHub
parent f75faaeac5
commit b0d68b1224

View File

@ -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);