added setup.php

This commit is contained in:
Messerbill 2015-11-29 22:45:44 +01:00
parent 09a74698a6
commit 1e713e1f21
2 changed files with 12 additions and 0 deletions

4
lib/autoload.inc Normal file
View File

@ -0,0 +1,4 @@
<?php
//require_once dirname(__FILE__).'/bootstrap/autoload.inc';
//require_once dirname(__FILE__).'/unslider/autoload.inc';
require_once dirname(__FILE__).'/system/autoload.inc';

8
setup.php Normal file
View File

@ -0,0 +1,8 @@
<?php
require_once 'lib/autoload.inc'; //SYSTEM Classes
require_once 'danube/autoload.inc'; //Project Classes
require_once '/home/web/web/config/get_config.php';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
echo \SYSTEM\SQL\setup::install();