mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Enable dev mode on install, prevent noobs asking white page questions
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user