1 Star 0 Fork 0

xjh1994 / ShuipFCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
api.php 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
水平凡 提交于 2013-09-16 16:54 . 优化代码
<?php
/**
* API调用
* Some rights reserved:abc3210.com
* Contact email:admin@abc3210.com
*/
define('IS_API', true);
//判断是否请求Api模块
if( isset($_GET["g"]) ){
$url = "./index.php?".http_build_query($_GET);
header("location:$url");
exit;
}else{
$_GET["g"] = "Api";
}
require './index.php';
1
https://gitee.com/xjh1994/shuipfcms.git
git@gitee.com:xjh1994/shuipfcms.git
xjh1994
shuipfcms
ShuipFCMS
master

搜索帮助