mojo_zero_web/test.php
2014-01-02 15:40:05 +01:00

10 lines
409 B
PHP

<?php
require_once '../system/autoload.inc.php'; //SYSTEM Classes
\SYSTEM\system::register_errorhandler_dbwriter();
\SYSTEM\system::register_errorhandler_jsonoutput();
require_once 'mojotrollz/autoload.inc.php'; //Project Classes
require_once 'config.php';
SYSTEM\system::start($mojotrollz_config);
\SYSTEM\DOCU\code_docu::generate();