summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r--lib/exe/css.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index 9874299b0..28c06ea47 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -104,8 +104,8 @@ function css_cacheok($cache,$files){
if(!$ctime) return false; //There is no cache
// some additional files to check
- $files[] = DOKU_CONF.'dokuwiki.conf';
- $files[] = DOKU_CONF.'local.conf';
+ $files[] = DOKU_CONF.'dokuwiki.php';
+ $files[] = DOKU_CONF.'local.php';
$files[] = DOKU_TPLINC.'style.ini';
$files[] = __FILE__;