/home/desid573/book.familycab.com.au/pdd/lib/Cake/Controller
NameSizeModeActions
Component/-0755rm
CakeErrorController.php17190644editdlrm
Component.php54770644editdlrm
ComponentCollection.php45150644editdlrm
Controller.php375030644editdlrm
Scaffold.php139100644editdlrm
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')); } }