diff --git a/.gitignore b/.gitignore index 5ebd21a..3ec67dc 100644 --- a/.gitignore +++ b/.gitignore @@ -101,7 +101,6 @@ publish [Oo]bj sql TestResults -*.Cache ClientBin stylecop.* ~$* diff --git a/autopub.php b/autopub.php index 0c3798b..defc3a3 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/cache/'); +!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/'); function dir_is_empty($dir){ if($handle = opendir($dir)){ diff --git a/autopub_setting.php b/autopub_setting.php index d41a05a..bc8c83c 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/cache/'); +!defined('AUTOPUB_CACHE_DIR') && define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/'); function plugin_setting_view(){ } function adminview(){ diff --git a/autopub_show.php b/autopub_show.php index 3e2ed6b..54db6d3 100644 --- a/autopub_show.php +++ b/autopub_show.php @@ -1,6 +1,6 @@