/home/desid573/public_html/payment/pdd/app/Controller
NameSizeModeActions
Component/-0755rm
AppController.php19430644editdlrm
Component.zip55800644editdlrm
CustomersController.php36380644editdlrm
DashboardsController.php5420644editdlrm
PagesController.php19360644editdlrm
SettingsController.php11610644editdlrm
UsersController.php115140644editdlrm
Edit: /home/desid573/public_html/payment/pdd/app/Controller/PagesController.php (1936B)
redirect('/'); } $page = $subpage = $title_for_layout = null; if (!empty($path[0])) { $page = $path[0]; } if (!empty($path[1])) { $subpage = $path[1]; } if (!empty($path[$count - 1])) { $title_for_layout = Inflector::humanize($path[$count - 1]); } $this->set(compact('page', 'subpage', 'title_for_layout')); try { $this->render(implode('/', $path)); } catch (MissingViewException $e) { if (Configure::read('debug')) { throw $e; } throw new NotFoundException(); } } }