From f046b4ea82187c070e715534a640f24473c05195 Mon Sep 17 00:00:00 2001 From: Anthony Parsons Date: Tue, 6 Dec 2005 20:40:59 +0000 Subject: [PATCH] Cosmetic changes --- con.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/con.php b/con.php index 480dc64..1b402f6 100644 --- a/con.php +++ b/con.php @@ -6,7 +6,7 @@ * Everything else depends on this file. Don't touch it unless you know what * you're doing, all the config is done in other places. * - * @author Anthony Parsons (irc://specialops.ath.cx/whitefyre) + * @author Anthony Parsons (xmpp:ant@specialops.ath.cx) * @license file:COPYING * @version $Id$ */ @@ -45,7 +45,7 @@ class RateLimitException extends Exception {} /* SPL exception classes: These classes are defined in the Standard PHP Library in PHP 5.1 and above. - If you only run the code on a 5.0 server, you can delete the if...{ and } lines. + If you only run the code on a 5.0 server, you can delete the "if...{" and "}" lines. If you only run it on a 5.1 server, you can delete the lines inbetween too. */ if ( version_compare(PHP_VERSION, '5.1', '<') ) { class OutOfBoundsException extends Exception {} @@ -88,7 +88,7 @@ if ( defined('DEVELOPER') ) { { header('HTTP/1.1 500 Internal Server Error'); header('Content-Type: text/html; charset=UTF-8'); - echo '
',$exception->__toString(),'
'; + echo '
',$exception,'
'; exit; } -- 2.11.4.GIT