diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
commit | 6c42f30a0424cbf1c1af63f21d7f5074a4653c7a (patch) | |
tree | 9c892117e219e532951e6761a5211cfc22711fda /footer.php | |
parent | 61148024a245a7bd3cdc9f978791b510cde40961 (diff) | |
download | bayonetcms-6c42f30a0424cbf1c1af63f21d7f5074a4653c7a.tar.gz |
(OC) tried fixing the insert in NewAdmin(), no luck
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@394 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'footer.php')
-rw-r--r-- | footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p <a href="admin/">Administrative Control Panel</a><br /> <?php echo $config['product']['name'] . ' ' . $config['product']['version'] . ' ' . $config['product']['release'] ?><br /> <?php echo $config['product']['copyright']; ?><br /> -<?php if($config['debug']) echo $debug_output ?><br /> +<?php if($config['debug']['enabled']) echo $debug_output ?><br /> <a href="http://www.dreamhost.com/r.cgi?145892" target="_blank"><img src="http://www.dreamhost.com/images/rewards/80x15-e.png" /></a><br /><br /> |