mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Add a missing semi-colon on the signup.php page.
This commit is contained in:
@@ -52,7 +52,7 @@ require_once "resources/require.php";
|
||||
unset($prep_statement, $row);
|
||||
if ($total_users >= $_SESSION['limit']['users']['numeric']) {
|
||||
$_SESSION['message_mood'] = 'negative';
|
||||
$_SESSION['message'] = $text['message-maximum_users'].' '.$_SESSION['limit']['users']['numeric']
|
||||
$_SESSION['message'] = $text['message-maximum_users'].' '.$_SESSION['limit']['users']['numeric'];
|
||||
header('Location: index.php');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user