phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site index.php,1.6,1.7


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site index.php,1.6,1.7
Date: Fri, 17 Jan 2003 23:30:36 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv10045/sitemgr-site

Modified Files:
        index.php 
Log Message:
remove code that is no longer needed
implement lang_ variables in template
added a redirect module
streamline displaypagebyname
remove testing code from NukeNews template


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** index.php   17 Jan 2003 03:37:52 -0000      1.6
--- index.php   18 Jan 2003 04:30:34 -0000      1.7
***************
*** 89,91 ****
--- 89,96 ----
                }
        }
+       if (DEBUG_TIMER)
+       {
+               $GLOBALS['debug_timer_stop'] = perfgetmicrotime();
+               echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - 
$GLOBALS['debug_timer_start']) . ' seconds.';
+       }
  ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]