|
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 : /var/www/html/pathumthani_community_plan/common/ |
Upload File : |
<?
if ($_GET[hasloaded] != "1"){
?>
<html>
<head>
<title>Loading</title>
<META HTTP-EQUIV="Refresh" CONTENT="1;URL=?<?=$_SERVER['QUERY_STRING']?>&hasloaded=1">
</head>
<body>
<table border=0 width="100%" height="100%" align=center><tr valign=middle><td align=center>
<BR>
<!-- <marquee style="font-size: 10pt;"></marquee> -->
<H3 style="font-family: tahoma;">ระบบกำลังประมวลผลข้อมูล กรุณารอสักครู่ . . .</H3>
<BR>
<img src="/vc_master/common/progressbar7.gif" /><br>
</td></tr></table>
</body>
</html>
<?
ob_flush();
flush();
exit;
}
?>