当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 1

fotomxq / shenyuan-web
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
license.php 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 2014-04-01 10:37 . 更换为FTM-CMS旧版
<?php
/**
* 授权协议
* @author fotomxq <fotomxq.me>
* @version 1
* @package page
*/
require('page.php');
//获取授权协议
$licenseSrc = DIR_LIB . DS . 'static' . DS . 'license.html';
$license = '';
if(CoreFile::isFile($licenseSrc) == true){
$license = CoreFile::loadFile($licenseSrc);
}
//注册变量
$smarty->assign('license', $license);
//输出页面
$smarty->display('license.tpl');
?>
PHP
1
https://gitee.com/fotomxq/shenyuan-web.git
git@gitee.com:fotomxq/shenyuan-web.git
fotomxq
shenyuan-web
shenyuan-web
master

搜索帮助