Fixed a weird, random, pthreads-caused crash

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-09 17:21:49 +02:00
parent 533b175b66
commit 79ca735fb0
3 changed files with 25 additions and 3 deletions

View File

@ -33,6 +33,6 @@ require_once(FILE_PATH."/src/dependencies.php");
/***REM_END***/
$server = new ServerAPI();
$server->run();
$server->start();
exit(0);