summaryrefslogtreecommitdiff
path: root/includes/error_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/error_handler.php')
-rwxr-xr-xincludes/error_handler.php2
1 files changed, 0 insertions, 2 deletions
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";