summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-08-31 18:37:52 +0000
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-08-31 18:37:52 +0000
commit9ad7e6a8e6b1dae809946942a4216bafc572883b (patch)
tree7e4d0dfdb38eef4ed161e9357ab45184bf368584
parenta1e990177b94299d00ff72125bb1d4ea6a05fd73 (diff)
downloaddokuwiki-9ad7e6a8e6b1dae809946942a4216bafc572883b.tar.gz
dokuwiki-9ad7e6a8e6b1dae809946942a4216bafc572883b.tar.bz2
dokuwiki-9ad7e6a8e6b1dae809946942a4216bafc572883b.zip
remote config directory (we do not need it)
-rwxr-xr-xupdate.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/update.php b/update.php
index 0094aa7..cc35e44 100755
--- a/update.php
+++ b/update.php
@@ -80,11 +80,9 @@ class Smarty_Hostinfo extends Smarty {
parent::__construct();
$this->setCompileDir(__DIR__ . '/templates_c/');
- $this->setConfigDir(__DIR__ . '/configs/');
-
- $this->default_resource_type = 'dokuwiki';
$this->addPluginsDir(__DIR__ . '/plugins/');
+ $this->default_resource_type = 'dokuwiki';
$this->loadFilter("pre", 'whitespace_control');
$this->caching = Smarty::CACHING_OFF;