From 99e008c3a853be0f4691e2408cec7d711429579b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=BE?= Date: Tue, 16 Oct 2012 16:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=93=E5=AD=98=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - autopub.php | 2 +- autopub_setting.php | 2 +- autopub_show.php | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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 @@