Explorar o código

Merge pull request #342 from sfer23/patch-1

Fix bug with redurant redirect
Serghey Rodin %!s(int64=11) %!d(string=hai) anos
pai
achega
9a63491f08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/index.php

+ 1 - 1
web/index.php

@@ -1,7 +1,7 @@
 <?php
 session_start();
 if (isset($_SESSION['user'])) {
-    header("Location: /list/user");
+    header("Location: /list/user/");
 } else {
     header("Location: /login/");
 }