增加cache文件夹

This commit is contained in:
2012-10-16 17:00:03 +08:00
parent 99e008c3a8
commit 0aea8a23e3
5 changed files with 187 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
!defined('EMLOG_ROOT') && exit('access deined!');
define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/autopub_file/');
define('AUTOPUB_CACHE_DIR', EMLOG_ROOT.'/content/plugins/autopub/cache/');
set_time_limit(0);
$DB = MySql::getInstance();
$CACHE = Cache::getInstance();