rc = $updraft_central; $this->user = $this->rc->user; $this->sites = $this->user->sites; } /** * Authorisation checks. Return a boolean result. * * @return Boolean */ public function auth_check() { return true; } /** * Echo your output */ public function render() { } }