fix: extra space making location header not work

This commit is contained in:
Martin Ambrus
2017-11-03 20:58:33 +01:00
parent 23eed5da53
commit b01d787627
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php
#########################################################
## Filename addUsers.php ##
## Created by: KFCSpike ##
@@ -170,4 +170,4 @@ WHERE id = ".(int) $uid) or die(mysqli_error($database->dblink));
}
header("Location: ../../../Admin/admin.php?p=addUsers&g=OK&bn=$baseName&am=$created&sk=$skipped&bp=$beginnersProtection&tr=$postTribe");
}
?>
?>