Adding [5490] changes to cake/console/libs/templates/views/home.ctp

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5626 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-09-10 12:41:23 +00:00
parent fdc575b107
commit 8d62f0cac4

View file

@ -1,7 +1,11 @@
<?php <?php
$output = "<h2>Sweet, \"".Inflector::humanize($app)."\" got Baked by CakePHP!</h2>\n"; $output = "<h2>Sweet, \"".Inflector::humanize($app)."\" got Baked by CakePHP!</h2>\n";
$output .=" $output .="
<?php Debugger::checkSessionKey(); ?> <?php
if(Configure::read() > 0):
Debugger::checkSessionKey();
endif;
?>
<p> <p>
<span class=\"notice\"> <span class=\"notice\">
<?php <?php