Files
hestiacp/web/index.php
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

4 lines
105 B
PHP

<?php
session_start();
header("Location: /" . (isset($_SESSION["user"]) ? "list/user" : "login") . "/");