Home
last modified time | relevance | path

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

/plugin/booking/
H A Daction.php19 protected $issuperuser = false; variable in action_plugin_booking
63 if ($perm == AUTH_ADMIN) $this->issuperuser = true;
70 } elseif ($_REQUEST['do'] == 'csv' && $this->issuperuser) {
107 if ($this->issuperuser) {
208 if ($booking['user'] == $_SERVER['REMOTE_USER'] || $this->issuperuser) {
219 if ($this->issuperuser) {