easypanel/index.php
2023-08-25 10:53:15 +08:00

10 lines
No EOL
177 B
PHP

<?php
if (file_exists('config.php')) {
header('Location: /vhost/?c=session&a=loginForm');
exit();
return 1;
}
header('Location: /admin/?c=session&a=loginForm');
?>