This file expects the conf-directory to be one place, and one place only.
Dokuwiki allows for the config file to be placed elsewhere, for instance /etc/dokuwiki - and has a way for plugins to dynamically reference the set config-path.
|
$SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf'; |
This file expects the conf-directory to be one place, and one place only.
Dokuwiki allows for the config file to be placed elsewhere, for instance /etc/dokuwiki - and has a way for plugins to dynamically reference the set config-path.
ckgedit/ckeditor/schemes.php
Line 6 in 5b4dbdb