New instruction to regen nginx team file
This commit is contained in:
parent
335505ef6c
commit
edce0a99f6
7 changed files with 22 additions and 10 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<var name="files_dir">/var/www/fic-server/files/</var>
|
||||
<var name="misc_dir">/var/www/fic-server/misc/</var>
|
||||
<var name="submission_dir">/var/www/fic-server/submission/</var>
|
||||
<var name="scheduler_socket">/tmp/scheduler.sock</var>
|
||||
<var name="prefix_public">challenge-public</var>
|
||||
<var name="prefix_teams">challenge</var>
|
||||
<var name="prefix_admin">challenge-admin</var>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
|||
|
||||
if (!$user->update())
|
||||
{
|
||||
$error .= "Unable to add user $user->firstname $user->lastname $user->nickname </br>";
|
||||
$error .= "Unable to add user $user->firstname $user->lastname $user->nickname<br>";
|
||||
$team->drop();
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue