Merge branch 'main' of https://github.com/grublox/grublox-site
This commit is contained in:
commit
4d7f9ce8d3
|
|
@ -6,6 +6,8 @@ $version = 1.1;
|
||||||
|
|
||||||
$devmode = true;
|
$devmode = true;
|
||||||
// enable this when the site should be in debug mode (like showing errors and things to fix)
|
// 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) {
|
if($devmode) {
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue