Home
last modified time | relevance | path

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

/plugin/txtconf/
H A Dadmin.php103 … if( $this->_myconf->add_local_setting($_POST['newkey'],$_POST['newval'])) $this->_changed = true;
H A Dtxtconfig.class.php113 function add_local_setting($key,$value) { function in txtconfiguration