diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
commit | c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311 (patch) | |
tree | 3852a81d98ff6795c53a454d266ae9def63f11e2 /lib/plugins | |
parent | eda319e6664ad3c786312ffee7ce7cfbfa4eda1c (diff) | |
download | rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.gz rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.bz2 |
removed a bunch of functions which were deprecated in 2005/2006
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/config/settings/config.metadata.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/plugins/config/settings/config.metadata.php b/lib/plugins/config/settings/config.metadata.php index bdbc4311f..22e76a013 100644 --- a/lib/plugins/config/settings/config.metadata.php +++ b/lib/plugins/config/settings/config.metadata.php @@ -70,14 +70,6 @@ $config['varname'] = 'conf'; // name of the config variable, sans $ // this value can be overriden when calling save_settings() method $config['heading'] = 'Dokuwiki\'s Main Configuration File - Local Settings'; -/* DEPRECATED -// ---------------[ setting files ]-------------------------------------- -// these values can be string expressions, they will be eval'd before use -$file['local'] = "DOKU_CONF.'local.php'"; // mandatory (file doesn't have to exist) -$file['default'] = "DOKU_CONF.'dokuwiki.php'"; // optional -$file['protected'] = "DOKU_CONF.'local.protected.php'"; // optional - */ - // test value (FIXME, remove before publishing) //$meta['test'] = array('multichoice','_choices' => array('')); |