From 2def4046bc1d9f2dc11c8985a7326b144c5211a5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 1 Aug 2005 23:09:41 +0000 Subject: [PATCH] r338: Define the microtime start constant --- includes/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/init.php b/includes/init.php index e031eaa..f6a15b7 100755 --- a/includes/init.php +++ b/includes/init.php @@ -15,6 +15,8 @@ error_reporting(E_ALL & ~E_NOTICE); // ################################################################### // initialize the database +define('ISSO_MT_START', microtime()); + if (!file_exists('./includes/config.php')) { echo 'includes/config.php needs to be present!'; -- 2.22.5