Files
SRCMS/Application/Admin/Conf/config.php
Martin Zhou 684da35950 SRCMS V2 开发版
唯一的改变就是万变,重新定义安全应急响应中心。
2017-02-03 12:34:39 +08:00

13 lines
314 B
PHP

<?php
/**
* @author Zhou Yuyang <1009465756@qq.com> 12:28 2016/1/23
* @copyright 2105-2018 SRCMS
* @version 2.0
*/
return array(
'TMPL_PARSE_STRING' => array(
//'__STATIC__' => __ROOT__.'/Application/'.MODULE_NAME.'/View/' . '/Public/static',),
'__STATIC__' => __ROOT__.'/Public/Static/',),
);