Home
last modified time | relevance | path

Searched +full:savedir -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Ui/
H A DAdmin.php80 * simple check if the 'savedir' is relative and accessible when appended to DOKU_URL
83 * 'savedir' has been moved elsewhere, or
91 if (!str_starts_with($conf['savedir'], './')) return;
92 $img = DOKU_URL . $conf['savedir'] .
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php43 * 'savedir' - as 'setting', input tested against initpath() (inc/init.php)
92 $meta['savedir'] = ['savedir', '_caution' => 'danger'];
/dokuwiki/inc/
H A Dinit.php299 $path = empty($conf[$c]) ? $conf['savedir'] . '/' . $p : $conf[$c];
312 $conf['changelog'] ?? $conf['savedir'] . '/changes.log'
/dokuwiki/conf/
H A Ddokuwiki.php23 $conf['savedir'] = './data'; //where to store all the files