diff --git a/core/config.php b/core/config.php index 6421497..00c7d8e 100644 --- a/core/config.php +++ b/core/config.php @@ -6,6 +6,8 @@ $version = 1.1; $devmode = true; // enable this when the site should be in debug mode (like showing errors and things to fix) +// disable this when its on the public site +// (pls) if($devmode) { error_reporting(E_ALL);