Removed closing PHP tags

They aren't needed, and every little helps. :)
This commit is contained in:
System Void 2015-08-04 11:45:22 +01:00
commit 72d2885b12

View file

@ -5,4 +5,3 @@ if (isset($_SESSION['user'])) {
} else {
header("Location: /login/");
}
?>