Home
last modified time | relevance | path

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

/plugin/statistics/
H A Dadmin.php75 protected $allowedpages = array(); variable in admin_plugin_statistics
86 $this->allowedpages = array_merge($this->allowedpages, $val);
88 $this->allowedpages[] = $key;
112 if(!in_array($this->opt, $this->allowedpages)) $this->opt = 'dashboard';