%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.155.177.87 / Your IP : 122.155.177.87 Web Server : Apache/2 System : Linux cat177-87.static.lnwhostname.com 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 User : apache ( 994) PHP Version : 5.3.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,putenv,eval MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/thungkhana/domains/thungkhanan.go.th/public_html/admin/ |
Upload File : |
<?
session_start();
if ( isset($_SESSION["user"]) && isset($_SESSION["passwd"]) )
{
require_once('Connections/conndb.php');
$admin = $_SESSION["user"];
$u_ip = $_SERVER["REMOTE_ADDR"];
$now = date("Y-m-d H:i:s",time());
$query_m = "insert into tbl_session (id,user_name,ip_address,log_time,log_status) values ('','$admin','$u_ip','$now','o') ";
$result_d = mysql_query($query_m);
include("Connections/close_db.php");
}
unset($_SESSION["user"]);
unset($_SESSION["passwd"]);
unset($_SESSION["level"]);
session_destroy();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="3;url=index.php">
<style type="text/css">
<!--
-->
</style>
<link href="font_admin.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellspacing="0">
<tr>
<td align="center" valign="top"><table width="778" border="0" cellspacing="0">
<tr>
<td height="70" > </td>
</tr>
<br><br><p align="center"><h3><font color="#ff0000">...ออกจากระบบ...</font></h2></p>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>