corrected includes in sai & setup.php

This commit is contained in:
Ulf Gebhardt 2023-11-02 20:19:21 +01:00
parent 28b7f340d6
commit 33dcbfda57
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo (new SYSTEM\SAI\sai_gui())->html();

View File

@ -1,6 +1,6 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo \SYSTEM\SQL\setup::install();