diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-06-20 08:55:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-06-20 08:55:06 +0000 |
| commit | 0867bf2e3ff3a60255cfb4d6e6fb36469171d0dc (patch) | |
| tree | 1890a3fd4ecb1e7ac6f77a4033b86c7eb0cbf6d0 | |
| parent | edcefe3e87440649f783a33e74ff289f9d39361c (diff) | |
| download | kernel-0867bf2e3ff3a60255cfb4d6e6fb36469171d0dc.tar.gz kernel-0867bf2e3ff3a60255cfb4d6e6fb36469171d0dc.tar.bz2 kernel-0867bf2e3ff3a60255cfb4d6e6fb36469171d0dc.zip | |
use new version information and tidy up output
| -rwxr-xr-x | bit_error_inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bit_error_inc.php b/bit_error_inc.php index 49e6d3f..65442e4 100755 --- a/bit_error_inc.php +++ b/bit_error_inc.php @@ -96,7 +96,8 @@ function tiki_error_string( $iDBParms ) { $acctStr = "User unknown"; } - $info = "[ - ".BIT_VERSION." v".BIT_RELEASE."-".BIT_RELEASE_LEVEL." ".BIT_RELEASE_COUNT." - ] [ $date ]".$separator; + $info = $indent."[ - ".BIT_MAJOR_VERSION.".".BIT_MINOR_VERSION.".".BIT_SUB_VERSION." ".BIT_LEVEL." - ] [ $date ]".$separator; + $info .= $indent."-----------------------------------------------------------------------------------------------".$separator; $info .= $indent."#### USER AGENT: ".$_SERVER['HTTP_USER_AGENT'].$separator; $info .= $indent."#### ACCT: ".$acctStr.$separator; $info .= $indent."#### URL: http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].$separator; |
