Remove misc directory

This commit is contained in:
nemunaire 2015-01-13 17:58:33 +01:00 committed by Nemunaire
commit 8cab91f51a
15 changed files with 36 additions and 41 deletions

View file

@ -63,9 +63,9 @@ for my $p (<$conf>)
close $conf;
my $end_time = 1999999999;
if (-f "$root/misc/challenge_started")
if (-f "$root/shared/challenge_started")
{
open my $conf, "<", "$root/misc/challenge_started";
open my $conf, "<", "$root/shared/challenge_started";
$end_time = <$conf>;
close $conf;
chomp($end_time);