Skip to content

Commit 6cfa7dd

Browse files
author
Kaiden Prince
committed
fix 1/2
serghey-rodin/vesta/hestiacp#434
1 parent 283c71a commit 6cfa7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/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)