summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it.class b/it.class
index 314d179..d6731a2 100644
--- a/it.class
+++ b/it.class
@@ -192,6 +192,7 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate
$p['title'] = "Alert: " . $p['title'] . " (on " . getenv('HOSTNAME') . ")";
unset ($p['locals']['_GLOBALS'], $p['locals']['_GET'], $p['locals']['_POST'], $p['locals']['_COOKIE']);
$locals = print_r($p['locals'], true);
+ $body .= "Host: " . getenv('HOSTNAME') . "\n\n";
$body .= $p['locals'] && strlen($locals) < 100000 ? "Locals: $locals\n\n" : "";
$body .= $_GET ? "\$_GET: " . print_r($_GET, true) . "\n\n" : "";
$body .= $_POST ? "\$_POST: " . print_r($_POST, true) . "\n\n" : "";