Searched refs:access_file (Results 1 – 3 of 3) sorted by relevance
17 var $access_file; variable in action_plugin_htmlOKay83 $access_file = $this->helper->get_access_file(HTMLOK_ACCESS_DIR, $namespace);84 $this->set_dbg_msg("access file: $access_file");85 if (file_exists($access_file))87 … $INFO['htmlOK_access_scope'] = $this->helper->get_access_scope($access_file); 88 $this->set_dbg_msg("file exists: access file: $access_file"); 102 $this->access_file = $access_file;285 … echo "Access Directory: " . HTMLOK_ACCESS_DIR . "<br />Access File: $this->access_file <br /> \n";
97 $access_file = $this->get_access_file(HTMLOK_ACCESS_DIR, $namespace);98 if (!defined('ACCESS_FILE')) define('ACCESS_FILE', $access_file);99 $access_file = ACCESS_FILE;100 if (file_exists($access_file))102 $INFO['htmlOK_access_scope'] = $this->get_access_scope($access_file); 103 $this->saved_inf =file_get_contents ($access_file);120 $this->access_file = $access_file;
141 $access_file = get_access_file(ACCESS_DIR, $namespace_descriptor); 142 if(file_exists($access_file)) {143 $str = file_get_contents ($access_file);