Project

General

Profile

« Previous | Next » 

Revision 316

Added by stefan over 18 years ago

Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]

View differences:

index.php
24 24
*/
25 25

  
26 26
$starttime = array_sum(explode(" ",microtime()));
27
$startmemory = memory_get_usage();
27 28

  
28 29
// Include config file
29 30
require_once(dirname(__FILE__).'/config.php');
......
56 57
// Display the template
57 58
require(WB_PATH.'/templates/'.TEMPLATE.'/index.php');
58 59

  
59
?>
60
?>

Also available in: Unified diff