bhq@iemsoft.cn
2018-11-27 3e083bc512141a008fecae0c6cfe3e6e9b9e2c3d
commit | author | age
3e083b 1 <?php
B 2 define('IN_ECS', true);
3 require(dirname(__FILE__) . '/includes/init.php');
4 ?>
5
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <title>error</title>
11 <link href="themes/68ecshopcom_360buy/css/error.css" rel="stylesheet" type="text/css">
12 </head>
13
14 <body>
15 <div class="error_con">
16     <div class="error">
17         <i></i>
18         <p class="error_warning">哎呀...您访问的页面出现错误</p>
19         <p class="error_back">
20             <?php
21             echo ' <a href="'.$_SERVER['HTTP_REFERER'].'">返回上一页</a>';
22             echo ' <a href="index.php">返回网站首页</a>';
23             ?>
24         </p>
25         <p>错误提醒:您可能输入了错误的信息或者做了错误操作!</p>
26     </div>
27 </div>
28 </body>
29 </html>