mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-22 18:19:32 +08:00
10 lines
No EOL
177 B
PHP
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');
|
|
|
|
?>
|