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
|
@ -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