mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
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:
parent
fdc575b107
commit
8d62f0cac4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue