Merge pull request #930 from beN39sGroup/master

This commit is contained in:
Michael Yoo
2013-11-22 23:59:50 +10:30
parent 1cb711d32d
commit b66f34b308
6 changed files with 56 additions and 62 deletions

View File

@ -19,10 +19,9 @@
*
*/
/***REM_START***/
require_once(dirname(__FILE__)."/src/config.php");
//Language Support
require_once(FILE_PATH . "/src/language/en_us.php");
require_once(FILE_PATH."/src/functions.php");
@ -33,4 +32,4 @@ $server = new ServerAPI();
$server->start();
kill(getmypid()); //Fix for ConsoleAPI being blocked
exit(0);
exit(0);