This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_danube/setup.php
2015-11-29 22:45:44 +01:00

8 lines
351 B
PHP

<?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();