Home
last modified time | relevance | path

Searched refs:saved_inf (Results 1 – 3 of 3) sorted by relevance

/plugin/htmlokay/
H A Dhelper.php14 var $saved_inf; variable in helper_plugin_htmlOKay
103 $this->saved_inf =file_get_contents ($access_file);
105 if (!$this->saved_inf)
109 $this->saved_inf = unserialize($this->saved_inf);
110 $this->files = $this->saved_inf['filespecs'];
111 $this->users = $this->saved_inf['user'];
112 $this->groups = $this->saved_inf['group'];
125 return $this->saved_inf;
144 $INFO['htmlOK_displayOnly'] = $this->saved_inf['display'];
148 if (!$this->saved_inf)
[all …]
H A Dadmin.php33 var $saved_inf; // either data read from access file at startup or data saved from $_POST variable in admin_plugin_htmlOKay
93 …$this->saved_inf = io_readFile($data_file, false); // 'false' returns uncleaned string for unseria…
94 if(isset($this->saved_inf)) {
95 $this->saved_inf = unserialize($this->saved_inf);
126 $this->saved_inf = $inf;
293 …trict, $checked_medium, $checked_lax, $su) = $this->get_checked($group, $this->saved_inf['group']);
312 if (isset($this->saved_inf['filespecs']))
314 if (in_array ($file, $this->saved_inf['filespecs']))
369 … $checked_medium, $checked_lax, $checked_su) = $this->get_checked($user, $this->saved_inf['user']);
538 print_r($this->saved_inf);
H A Daction.php13 var $saved_inf; variable in action_plugin_htmlOKay
89 $this->saved_inf = $this->helper->get_saved_inf();
90 if (!$this->saved_inf)
95 $this->files = $this->saved_inf['filespecs'];
304 print_r($this->saved_inf,true);