Skip to content

Commit

Permalink
die() to exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 15, 2012
1 parent 4899b5b commit d0bb8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Templates/skel/webroot/test.php
Expand Up @@ -86,7 +86,7 @@
}

if (Configure::read('debug') < 1) {
die(__d('cake_dev', 'Debug setting does not allow access to this url.'));
exit(__d('cake_dev', 'Debug setting does not allow access to this url.'));
}

require_once CAKE . 'TestSuite' . DS . 'CakeTestSuiteDispatcher.php';
Expand Down

0 comments on commit d0bb8a9

Please sign in to comment.