diff options
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index d465592..f4f0b1c 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -58,7 +58,7 @@ function EDX() { $args = func_get_args(); if ($_SERVER['REMOTE_ADDR']) - header("Content-Type: text/html"); // not going to e.g. a valid gif anyway + header("Content-Type: text/html"); # Not going to be e.g. a valid gif anyway exit(it_debug::dump($args)); } |