Просмотр исходного кода

Removed closing PHP tags

They aren't needed, and every little helps. :)
System Void 10 лет назад
Родитель
Сommit
72d2885b12
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      web/index.php

+ 0 - 1
web/index.php

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