null Core_Controller_OpenDebugger::before( )
public function before() { $this->password = Core::config('core.debug_open_password'); if (!is_array($this->password) || !$this->password) { Core::show_404(); } }