diff --git a/lib/Cake/tests/test_app/views/layouts/default.ctp b/lib/Cake/tests/test_app/views/layouts/default.ctp index 1d1aafc20..293085093 100644 --- a/lib/Cake/tests/test_app/views/layouts/default.ctp +++ b/lib/Cake/tests/test_app/views/layouts/default.ctp @@ -54,6 +54,5 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework ?> - element('sql_dump'); ?> \ No newline at end of file diff --git a/lib/Cake/tests/test_app/views/pages/home.ctp b/lib/Cake/tests/test_app/views/pages/home.ctp index a12b8bd27..1b2a2e492 100644 --- a/lib/Cake/tests/test_app/views/pages/home.ctp +++ b/lib/Cake/tests/test_app/views/pages/home.ctp @@ -15,18 +15,10 @@ * @since CakePHP(tm) v 0.10.0.1076 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ -if (Configure::read('debug') == 0): - throw new NotFoundException(); -endif; App::uses('Debugger', 'Utility'); ?>

- 0): - Debugger::checkSecurityKeys(); -endif; -?>