This commit is contained in:
ui0ppk 2023-02-05 13:36:54 +02:00
commit 4d7f9ce8d3
1 changed files with 2 additions and 0 deletions

View File

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