فهرست منبع

Removed closing PHP tags

They aren't needed, and every little helps. :)
System Void 10 سال پیش
والد
کامیت
72d2885b12
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      web/index.php

+ 0 - 1
web/index.php

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