Skip to content

Commit 1a61ea1

Browse files
authored
Redirect to /list/user/ after login
1 parent 82dcba5 commit 1a61ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/login/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$_SESSION['look_alert'] = 'yes';
2626
}
2727
}
28-
header("Location: /");
28+
header("Location: /list/user/");
2929
exit;
3030
}
3131

@@ -109,7 +109,7 @@
109109
unset($_SESSION['request_uri']);
110110
exit;
111111
} else {
112-
header("Location: /");
112+
header("Location: /list/user/");
113113
exit;
114114
}
115115
}

0 commit comments

Comments
 (0)