mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
fix 1/2
serghey-rodin/vesta/#434
This commit is contained in:
parent
283c71a672
commit
6cfa7dde10
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
if (isset($_SESSION['user'])) {
|
if (isset($_SESSION['user'])) {
|
||||||
header("Location: /list/user");
|
header("Location: /list/user/");
|
||||||
} else {
|
} else {
|
||||||
header("Location: /login/");
|
header("Location: /login/");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue