6 lines
237 B
PHP
6 lines
237 B
PHP
<?php
|
|
require_once 'lib/autoload.inc'; //SYSTEM Classes
|
|
require_once 'neopolimatrix/autoload.inc'; //Project Classes
|
|
require_once '../../config/get_config.php';
|
|
|
|
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__))); |