Debug_extension::debug_footer PHP Метод

    public function debug_footer()
    {
        $this->errorset();
        if ($this->_ci->users_auth->get_data('user_group') == 1) {
            $this->_ci->output->enable_profiler(TRUE);
        }
    }