|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/application/executive/ |
Upload File : |
<?php
session_start();
$_SESSION["session_staffid"] = 73;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Excutive Report Template</title>
<link href="pop_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="gradient_bg">
<div align="center"><br />
<?php
if($_GET["page"])
include "../".$_GET["path"]."/".$_GET["page"].".php";
else
echo "<span class='header16'>PAGE NOT FOUND !!!</span>";
?>
</div>
</div>
</body>
</html>