Home
last modified time | relevance | path

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

/plugin/txtconf/
H A Dtxtconfig.class.php51 if (isset($file['protected'])) $this->_protected_file = $file['protected'];
70 $protected = $this->_read_config($this->_protected_file);
212 if ($this->_protected_file) {
213 $out .= "\n@include(".$this->_protected_file.");\n";
H A Dconfig0.class.php23 var $_protected_file = ''; variable in configuration0
43 if (isset($file['protected'])) $this->_protected_file = $file['protected'];
58 $protected = $this->_read_config($this->_protected_file);
167 if ($this->_protected_file) {
168 $out .= "\n@include(".$this->_protected_file.");\n";