Add a loby when the challenge isn't started

This commit is contained in:
nemunaire 2014-01-20 10:32:34 +01:00
commit 9feade7286
3 changed files with 67 additions and 1 deletions

View file

@ -9,7 +9,7 @@ if (count($p) > 2)
switch($p[2])
{
case "start":
file_put_contents($VAR["misc_dir"]."/challenge_started", time());
file_put_contents($VAR["misc_dir"]."/challenge_started", time() + 42);
break;
case "init":