updated system reference, setup.php

This commit is contained in:
Ulf Gebhardt 2015-09-10 03:01:18 +02:00
parent 75a6bedbf9
commit 9235a9a3c4
2 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit 924162dc5f4ed924fdf58f1e197ae11e757d8dfe
Subproject commit 9b8e0fb0952fa97e756987e4a69d785950eac463

12
setup.php Normal file
View 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();