diff --git a/autopub.php b/autopub.php index defc3a3..0c3798b 100644 --- a/autopub.php +++ b/autopub.php @@ -9,7 +9,7 @@ Author Email: sahala_2007@126.com Author URL: http://xiaosong.org */ !defined('EMLOG_ROOT') && exit('access deined!'); -!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/'); +!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/cache/'); function dir_is_empty($dir){ if($handle = opendir($dir)){ diff --git a/autopub_setting.php b/autopub_setting.php index bc8c83c..d41a05a 100644 --- a/autopub_setting.php +++ b/autopub_setting.php @@ -5,7 +5,7 @@ */ !defined('EMLOG_ROOT') && exit('access deined!'); -!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/'); +!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/cache/'); function plugin_setting_view(){ } function adminview(){ diff --git a/autopub_show.php b/autopub_show.php index 54db6d3..3e2ed6b 100644 --- a/autopub_show.php +++ b/autopub_show.php @@ -1,6 +1,6 @@