Remove misc directory
This commit is contained in:
parent
a67912e89e
commit
8cab91f51a
15 changed files with 36 additions and 41 deletions
|
|
@ -15,9 +15,9 @@ $template = new Template();
|
|||
|
||||
$template->assign("ERRmessage", false);
|
||||
|
||||
if (is_file($VAR["misc_dir"]."/challenge_started"))
|
||||
if (is_file($VAR["misc_dir"]."/shared/challenge_started"))
|
||||
{
|
||||
$VAR["start_challenge"] = intval(file_get_contents($VAR["misc_dir"]."/challenge_started"));
|
||||
$VAR["start_challenge"] = intval(file_get_contents($VAR["misc_dir"]."/shared/challenge_started"));
|
||||
$VAR["end_challenge"] = $VAR["start_challenge"] + 14400;
|
||||
$template->assign("END", $VAR['end_challenge']);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue