added setup.php
This commit is contained in:
parent
09a74698a6
commit
1e713e1f21
4
lib/autoload.inc
Normal file
4
lib/autoload.inc
Normal 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
8
setup.php
Normal 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();
|
||||||
Reference in New Issue
Block a user