| Server IP : 27.254.96.235 / Your IP : 216.73.216.44 Web Server : Apache/2 System : Linux cs95 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : piboonsa ( 1055) PHP Version : 8.0.30 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 MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/piboonsa/domains/piboonsawasdee.ac.th/public_html/backend/ |
Upload File : |
<?php
include("passlog.inc.php");
include("lib/config.php");
//Class Menu
$classtour = "in";
$classprovince = "active";
?>
<!DOCTYPE HTML>
<html>
<head>
<?php include("top.inc.php");?>
</head>
<body class="theme-blue">
<?php
include("head.inc.php");
include("leftside.inc.php");
?>
<div class="content">
<div class="header">
<h1 class="page-title">Dashboard</h1>
<ul class="breadcrumb">
<li><a href="index.html">Home</a> </li>
<li class="active">Dashboard</li>
</ul>
</div>
<div class="main-content">
detail
<?php include("foot.inc.php");?>
</div>
</div>
</body>
</html>