Fixed missing bracket
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
// so that users can set up their accounts
|
||||
$newaccount = true;
|
||||
|
||||
if (empty($USER) {
|
||||
if (empty($USER)) {
|
||||
error("Sessions don't seem to be working on this server!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user