updated system reference, setup.php
This commit is contained in:
parent
75a6bedbf9
commit
9235a9a3c4
@ -1 +1 @@
|
||||
Subproject commit 924162dc5f4ed924fdf58f1e197ae11e757d8dfe
|
||||
Subproject commit 9b8e0fb0952fa97e756987e4a69d785950eac463
|
||||
12
setup.php
Normal file
12
setup.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require_once 'lib/autoload.inc'; //SYSTEM Classes
|
||||
require_once 'mojotrollz/autoload.inc'; //Project Classes
|
||||
require_once '/home/web/web/config/get_config.php';
|
||||
|
||||
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
|
||||
\SYSTEM\system::include_ExceptionShortcut();
|
||||
\SYSTEM\system::include_ResultShortcut();
|
||||
\SYSTEM\system::register_errorhandler_dbwriter();
|
||||
\SYSTEM\system::register_errorhandler_jsonoutput();
|
||||
|
||||
echo \SYSTEM\SQL\setup::install();
|
||||
Loading…
x
Reference in New Issue
Block a user