1 Star 0 Fork 77

杨小平/ebookapp

forked from aming/ebookapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
chapter_ctx.php 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
aming 提交于 2013-08-26 18:43 . aa
<?php
include_once "init.php";
include_once WEB_ROOT."util/mysql_class.php";
include_once WEB_ROOT."smarty_inc.php";
include_once WEB_ROOT."admin/funcs/make_article_func.php";
include_once WEB_ROOT."admin/funcs/app_util_func.php";
include_once WEB_ROOT."admin/funcs/make_single_chapter_func.php";
include_once WEB_ROOT."util/util.php";
$db = new mysql();
if(@$_GET["id"]){
$chapter_id = $_GET["id"];
//data/chapters/1.htm
$local_url="data/chapters/".$chapter_id.".htm";
$act_file = WEB_ROOT.$local_url;
if(!file_exists($act_file)){
make_chapter_func($chapter_id);
}
header("location: ".$local_url);
}else{
echo "artileid missing";
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/meiwenti/ebookapp.git
git@gitee.com:meiwenti/ebookapp.git
meiwenti
ebookapp
ebookapp
master

搜索帮助