Merge branch 'develop' into feature/docker

This commit is contained in:
slawkens
2024-07-14 06:01:27 +02:00
117 changed files with 6446 additions and 3624 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';