修改缓存文件夹名称

This commit is contained in:
2012-10-16 16:33:07 +08:00
parent cf457b8634
commit 99e008c3a8
4 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
*/
!defined('EMLOG_ROOT') && exit('access deined!');
!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/cache/');
!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/');
function plugin_setting_view(){
}
function adminview(){