copyright updated and mop user status added
[brisk.git] / web / briskin5 / statadm.php
index ce73f0a..2c488f0 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  brisk - statadm.php
  *
- *  Copyright (C) 2009 Matteo Nastasi
+ *  Copyright (C) 2009-2011 Matteo Nastasi
  *                          mailto: nastasi@alternativeoutput.it 
  *                                  matteo.nastasi@milug.org
  *                          web: http://www.alternativeoutput.it
@@ -20,8 +20,6 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id$
- *
  */
 
 /*
@@ -35,7 +33,7 @@ TODO:
    
 */
 
-ini_set("max_execution_time",  "120");
+ini_set("max_execution_time",  "240");
 
 require_once("../Obj/brisk.phh");
 require_once("../Obj/auth.phh");
@@ -50,7 +48,7 @@ function main()
   $wee = array();
   
   echo "inizio<br>";
-  fflush();
+  flush();
   if ($pazz != $G_alarm_passwd)
     exit;