Home
last modified time | relevance | path

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

/plugin/htmlokay/
H A Dhelper.php155 $this->set_dbg_msg("permissions exist");
200 if ($in_users) $this->set_dbg_msg("User found: " . $INFO['client']);
201 else $this->set_dbg_msg("User " . $INFO['client'] . ' not found');
206 $this->set_dbg_msg("Group(s) found: $str");
216 $this->set_dbg_msg("Display: " . $INFO['hmtlOK_access_level']);
225 $this->set_dbg_msg("Permission denied");
273 $this->set_dbg_msg("Original access file: $file");
276 $this->set_dbg_msg("Tried Original access file: $file");
286 $this->set_dbg_msg("Tried access file: $file");
290 $this->set_dbg_msg("File exists: $file");
[all …]
H A Daction.php84 $this->set_dbg_msg("access file: $access_file");
88 $this->set_dbg_msg("file exists: access file: $access_file");
127 function set_dbg_msg($msg) { function in action_plugin_htmlOKay