- prepare inserttask()-function for multiserver-support

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-17 01:44:58 +00:00
parent 2a4d618bcc
commit 382bd88344
10 changed files with 243 additions and 67 deletions

View File

@@ -76,7 +76,7 @@ if($page == 'overview')
eval("echo \"" . getTemplate("update/update_end") . "\";");
updateCounters();
inserttask('1');
inserttask('1', -1); // -1 = all frox-clients + master (multiserver-mode)
@chmod('./lib/userdata.inc.php', 0440);
$successful_update = true;