We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979acdd + e0e4964 commit 07db9c5Copy full SHA for 07db9c5
web/index.php
@@ -1,7 +1,7 @@
1
<?php
2
session_start();
3
if (isset($_SESSION['user'])) {
4
- header("Location: /list/user");
+ header("Location: /list/user/");
5
} else {
6
header("Location: /login/");
7
}
web/list/index.php
0 commit comments