mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing $cakeDebug from skel layout.
This commit is contained in:
parent
1eff024e7e
commit
1183846390
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@
|
|||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo $cakeDebug; ?>
|
||||
<?php echo $this->element('sql_dump'); ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue