Merge pull request #422 from SysVoid/patch-1

Removed closing PHP tags
This commit is contained in:
Serghey Rodin 2015-10-22 16:56:26 +03:00
commit 97a368afdf
7 changed files with 41 additions and 78 deletions

View file

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