X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=main.php;h=a6b615a9947a42afc399649a7aea1e3c001ab72e;hp=827a259db4d3c4990ac589166582229792a21248;hb=f37602484b52f7c99bafdf506b83349adbc0763c;hpb=74fd8bf404fb160e2a86df7f38597c4681c42b04 diff --git a/main.php b/main.php index 827a259..a6b615a 100644 --- a/main.php +++ b/main.php @@ -1,12 +1,10 @@ . * * * ************************************************************************ - * + * * main.php * * initial php file @@ -32,6 +29,7 @@ require_once("Uplink/Uplink.class.php"); require_once("ModCMD/ModCMD.class.php"); require_once("BotLoader/BotLoader.class.php"); require_once("Tools/timer.inc.php"); +require_once("Tools/Table.class.php"); if(function_exists("pcntl_signal")) { pcntl_signal(SIGINT, 'shutdown'); @@ -65,7 +63,7 @@ while(true) { $botloader->loop(); timer_loop(); if(function_exists("pcntl_signal_dispatch")) - pcntl_signal_dispatch(); + pcntl_signal_dispatch(); } ?> \ No newline at end of file