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
82 * simple check if the 'savedir' is relative and accessible when appended to DOKU_URL85 * 'savedir' has been moved elsewhere, or93 if (!str_starts_with($conf['savedir'], './')) return;94 $img = DOKU_URL . $conf['savedir'] .
43 * 'savedir' - as 'setting', input tested against initpath() (inc/init.php)92 $meta['savedir'] = ['savedir', '_caution' => 'danger'];
299 $path = empty($conf[$c]) ? $conf['savedir'] . '/' . $p : $conf[$c];312 $conf['changelog'] ?? $conf['savedir'] . '/changes.log'
23 $conf['savedir'] = './data'; //where to store all the files