1 Star 0 Fork 0

FoxHunter / ShuipFCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
api.php 328 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
水平凡 提交于 2013-06-13 15:56 . 增加ShuipFCMS源码!
<?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';
?>
PHP
1
https://gitee.com/FoxHunter/shuipfcms.git
git@gitee.com:FoxHunter/shuipfcms.git
FoxHunter
shuipfcms
ShuipFCMS
master

搜索帮助

14c37bed 8189591 565d56ea 8189591