Преглед изворни кода

Removed closing PHP tags

They aren't needed, and every little helps. :)
System Void пре 11 година
родитељ
комит
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/");
 }
-?>