Searched +full:baseurl -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance
102 // define baseURL493 //use config if available, trim any slash from end of baseurl to avoid multiple consecutive slashes in the path494 if (!empty($conf['baseurl'])) return rtrim($conf['baseurl'], '/') . $dir;
25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
94 $meta['baseurl'] = ['string', '_caution' => 'danger'];