This is a web interface to the Dragonfly CMS CVS tree. You can browse the file hierarchy by picking directories. If you pick a file, you will see the revision history for that file.
Selecting a revision number will show that revision of the file. There are links at each revision to display diffs, annotate and download.
Note: Info about CVS and our commits can be found at our
CVS Info Forum
File name:
html/footer.php
Revision :
10.6 => 10.7 (1 year 5 month 2 week 3 day 11 hour 34 minute 29 second ago) by
nanocaiordo
Changed :
+3 -4 lines
Comment:
Saving progresses. And fixed welcome message.
--- html/footer.php:10.6 Fri Nov 11 12:32:28 2011
+++ html/footer.php Fri Dec 2 12:56:48 2011
@@ -9,9 +9,9 @@
of the GNU GPL version 2 or any later version
$Source: /cvs/html/footer.php,v $
- $Revision: 10.6 $
+ $Revision: 10.7 $
$Author: nanocaiordo $
- $Date: 2011/11/11 12:32:28 $
+ $Date: 2011/12/02 12:56:48 $
**********************************************/
if (!defined('CPG_NUKE')) { exit; }
global $db, $SESS, $cpgtpl, $Blocks, $DF;
@@ -43,7 +43,6 @@
themefooter();
$DF->setState(DF::BOOT_DOWN);
-$cpgtpl->destroy(); // FORCING closure now
+$cpgtpl->destroy();
$SESS->write_close();
-$db->sql_close();
exit;