From bbe78355f6257b64ed9a8009815cebb97b58df21 Mon Sep 17 00:00:00 2001 From: thirdid Date: Wed, 27 Jan 2010 03:44:08 +0000 Subject: Files relocated into the default theme git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@467 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- footer.php | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 footer.php (limited to 'footer.php') diff --git a/footer.php b/footer.php deleted file mode 100644 index cbbd2bd..0000000 --- a/footer.php +++ /dev/null @@ -1,53 +0,0 @@ -. - */ - -$phpversion = preg_replace('/[a-z-]/', '', phpversion()); -$mtime = explode(' ', microtime()); -$totaltime = $mtime[0] + $mtime[1] - $starttime; -$debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) peak(%.3fmb) | PHP: %s
Connections: %d | Queries: %d | Fetches: %d | Frees: %d
\n", - $totaltime, ((float)memory_get_usage()/1024/1024), ((float)memory_get_peak_usage()/1024/1024), $phpversion, $db_connections, $db_queries, $db_fetches, $db_frees); -?> - - - - - - - - - \ No newline at end of file -- cgit