Explorar o código

fix 1/2

serghey-rodin/vesta/#434
Kaiden Prince %!s(int64=10) %!d(string=hai) anos
pai
achega
6cfa7dde10
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/");
 }