Home
last modified time | relevance | path

Searched refs:_read_config (Results 1 – 2 of 2) sorted by relevance

/plugin/txtconf/
H A Dtxtconfig.class.php68 $default = $this->_read_config($this->_default_file);
69 $local = $this->_read_config($this->_local_file);
70 $protected = $this->_read_config($this->_protected_file);
149 function _read_config($file) { function in txtconfiguration
H A Dconfig0.class.php56 …$default = array_merge($this->_read_config($this->_default_file), $this->get_plugintpl_default($co…
57 $local = $this->_read_config($this->_local_file);
58 $protected = $this->_read_config($this->_protected_file);
118 function _read_config($file) { function in configuration0