X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=140e22e6205fad6c84e5dc95727498fd12766ba1;hb=4cbdccb22145e23fab22225a972b490842209c24;hp=135d2999b7b8ceaa50786bed2337db31ff04a744;hpb=f6a4ad0c8fed8ed0d3bab5fba9842cf00576c028;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 135d299..140e22e 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -286,8 +286,8 @@ Copyright 2006-2009 Matteo Nasta function mop_flush() { - flush(); ob_flush(); + flush(); } function file_lock($fname, $is_exclusive) @@ -321,6 +321,9 @@ function webservers_check() { GLOBAL $G_webserver_max; + /* FIXME: check all procs expirations */ + return (10); + $ct = 0; $dh = opendir('/proc'); @@ -2363,7 +2366,7 @@ class Room { for ($i = 0 ; $i < MAX_PLAYERS ; $i++) { if (($room->user[$i] = User::load_data($i, FALSE)) == FALSE) { - log_crit("Bin5_user::load_data failed"); + log_crit("User::load_data failed"); break; } }