summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2007-11-06 19:19:32 +0000
committerUrban Müller2007-11-06 19:19:32 +0000
commite838ddaf18a1fb2dda137b7d9d87db1e162360cc (patch)
tree2d6307c70d9f0fea94ad3b77e83aec8a3e7ed8ab /it.class
parentfa96a9bf62662fc53342ffc2bf046924d4f3f822 (diff)
downloaditools-e838ddaf18a1fb2dda137b7d9d87db1e162360cc.tar.gz
itools-e838ddaf18a1fb2dda137b7d9d87db1e162360cc.tar.bz2
itools-e838ddaf18a1fb2dda137b7d9d87db1e162360cc.zip
output filter settings
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 255859b..e09e5e1 100644
--- a/it.class
+++ b/it.class
@@ -199,6 +199,7 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate
$body .= "Host: " . getenv('HOSTNAME') . "\n\n";
$body .= $p['locals'] && strlen($locals) < 100000 ? "Locals: $locals\n\n" : "";
+ $body .= $p['id'] ? "Filter: graceperiod={$p['graceperiod']} timewindow={$p['timewindow']}\n\n" : "";
$body .= $_GET ? "\$_GET: " . print_r($_GET, true) . "\n\n" : "";
$body .= $_POST ? "\$_POST: " . print_r($_POST, true) . "\n\n" : "";
$body .= $_COOKIE ? "\$_COOKIE: " . print_r($_COOKIE, true) . "\n\n" : "";