/home/desid573/book.familycab.com.au/pdd/lib/Cake/Controller
Edit: /home/desid573/book.familycab.com.au/pdd/lib/Cake/Controller/CakeErrorController.php (1719B)
constructClasses();
if (count(Router::extensions()) &&
!$this->Components->attached('RequestHandler')
) {
$this->RequestHandler = $this->Components->load('RequestHandler');
}
if ($this->Components->enabled('Auth')) {
$this->Components->disable('Auth');
}
if ($this->Components->enabled('Security')) {
$this->Components->disable('Security');
}
$this->_set(array('cacheAction' => false, 'viewPath' => 'Errors'));
}
}