1 Star 0 Fork 0

夏之随想/wangchen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
error.php 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏之随想 提交于 2018-01-11 17:49 . 初版
<?php
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');
?>
<!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=utf-8" />
<title>error</title>
<link href="themes/68ecshopcom_360buy/css/error.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="error_con">
<div class="error">
<i></i>
<p class="error_warning">哎呀...您访问的页面出现错误</p>
<p class="error_back">
<?php
echo ' <a href="'.$_SERVER['HTTP_REFERER'].'">返回上一页</a>';
echo ' <a href="index.php">返回网站首页</a>';
?>
</p>
<p>错误提醒:您可能输入了错误的信息或者做了错误操作!</p>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tf926088/wangchen.git
[email protected]:tf926088/wangchen.git
tf926088
wangchen
wangchen
master

搜索帮助