Skip to content

Commit e0e4964

Browse files
author
Kaiden Prince
committed
1 parent 6cfa7dd commit e0e4964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
session_start();
33
if (isset($_SESSION['user'])) {
4-
header("Location: /list/user");
4+
header("Location: /list/user/");
55
} else {
66
header("Location: /login/");
77
}

0 commit comments

Comments
 (0)