From 7997364d5464c4461e1cdc054d0bf8e072ff845f Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Sat, 23 Jul 2016 09:21:14 +0200 Subject: Use # for comments like in rest of code --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_prepend.php') 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)); } -- cgit v1.2.3