mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
cleanup
This commit is contained in:
parent
f4f4aa4a2a
commit
5324a8ca9c
4 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
<title><?php echo $page_title?></title>
|
||||
<?php echo $this->Html->charset(); ?>
|
||||
|
||||
<?php if (Configure::read('debug') == 0) { ?>
|
||||
<?php if (!Configure::read('debug')) { ?>
|
||||
<meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/>
|
||||
<?php } ?>
|
||||
<style><!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue