From 2ca2400b779484ff025b0705ff4fb84ead7c4b20 Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Tue, 31 Aug 2010 21:16:16 +0200 Subject: clean url handling --- includes/error_handler.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/error_handler.php') diff --git a/includes/error_handler.php b/includes/error_handler.php index 00a76058..10f27d58 100755 --- a/includes/error_handler.php +++ b/includes/error_handler.php @@ -46,8 +46,6 @@ if (!$error_messages) return; - $url = $_SERVER['PHP_SELF']; - $message = ""; foreach($error_messages as $value) $message .= $value."\n"; -- cgit v1.2.3-54-g00ecf