summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auto_prepend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto_prepend.php b/auto_prepend.php
index bb23309..1742a7d 100644
--- a/auto_prepend.php
+++ b/auto_prepend.php
@@ -57,6 +57,9 @@ function EDC($var)
function EDX()
{
$args = func_get_args();
+ if ($_SERVER['REMOTE_HOST'])
+ header("Content-Type: text/html"); // not going to e.g. a valid gif anyway
+
exit(it_debug::dump($args));
}