Searched refs:ini_path (Results 1 – 2 of 2) sorted by relevance
24 $ini_path = defined('DOKU_INC') ? DOKU_INC : realpath(dirname(__FILE__).'/../../../').'/'; variable26 require_once($ini_path.'inc/init.php');
487 $ini_path = $this->cacheDir . $this->iniFilename;497 $this->_getRemoteIniFile($url, $ini_path);500 $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);502 $browsers = parse_ini_file($ini_path, true);