Update config.php

This commit is contained in:
nolanwhy 2023-02-05 12:35:51 +01:00
parent c992cff625
commit dab53e23e3
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);