Your IP : 216.73.216.170


Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/
Upload File :
Current File : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/webexc.php

<?php 
include("function.php");?>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<img src="images/webexc.jpg">
</body>
</html>
<? if ($_SESSION['MemberName']!=""){
$content = ob_get_contents();
$fp = 'index.html';
$fp = fopen($fp, "w");
fwrite($fp, $content);
fclose($fp);
ob_end_clean();
}
echo "<script language=\"javascript\">window.open('/en/master/update_ok.php?refer=home.php','_self');</script>";
?>