Enable dev mode on install, prevent noobs asking white page questions

This commit is contained in:
slawkens
2024-05-30 12:00:26 +02:00
parent be78a0fc45
commit 1e8198635e
2 changed files with 3 additions and 3 deletions

View File

@@ -3,9 +3,9 @@
use Twig\Environment as Twig_Environment;
use Twig\Loader\FilesystemLoader as Twig_FilesystemLoader;
require '../common.php';
const MYAAC_INSTALL = true;
define('MYAAC_INSTALL', true);
require '../common.php';
// includes
require SYSTEM . 'functions.php';