If team certificate file not found, propose to generate it
This commit is contained in:
parent
716e1e7ccd
commit
39ca8940e1
2 changed files with 3 additions and 1 deletions
|
|
@ -22,5 +22,7 @@ if (is_file($VAR["misc_dir"]."/challenge_started"))
|
|||
$template->assign("END", $VAR['end_challenge']);
|
||||
}
|
||||
|
||||
if (!empty($VAR['misc_dir']))
|
||||
$template->assign("MISC_DIR", $VAR['misc_dir']);
|
||||
if (!empty($LANG))
|
||||
$template->assign("LANG", $LANG);
|
||||
|
|
|
|||
Reference in a new issue