From 69f9316a11b686f0379ae24aa84aaf3887b52432 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 20 Dec 2006 03:52:23 +0000 Subject: [PATCH] - Move the information about constants to Register.php - Remove kernel.php --- Register.php | 6 +++ kernel.php | 141 --------------------------------------------------- 2 files changed, 6 insertions(+), 141 deletions(-) delete mode 100644 kernel.php diff --git a/Register.php b/Register.php index 8d23c73..099e23f 100644 --- a/Register.php +++ b/Register.php @@ -22,6 +22,12 @@ /** * ISSO Registry (Register.php) * +* Constants: +* ISSO_MT_START - Define the microtime() value at the top of your +* script and this will calculate the total execution +* time +* SVN - Place SVN $Id keyword to get SVN revision information on output +* * @package ISSO */ diff --git a/kernel.php b/kernel.php deleted file mode 100644 index 819e396..0000000 --- a/kernel.php +++ /dev/null @@ -1,141 +0,0 @@ -debug) - { - $debug = "\n"; - - $debug = "\n\n\n
\n\n
\n" . $this->message('Debug Information', $debug, 1, true, false) . "\n
\n\n\n"; - } - - return $debug; - } -} - -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ -?> \ No newline at end of file -- 2.22.5