| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/hyh_sync/ |
Upload File : |
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>홈페이지 통합관리자</title>
</head>
<body>
<?
session_start();
@session_destroy();
echo "<script type='text/javascript'>alert('로그아웃되었습니다.');</script>";
echo "<script type='text/javascript'> parent.location.href='./login.html'; </script>";
?>
</body>
</html>