summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2016-07-23 09:21:14 +0200
committerChristian Schneider2016-07-23 09:21:14 +0200
commit7997364d5464c4461e1cdc054d0bf8e072ff845f (patch)
tree65def6311d1e9eba5034e80ad2f775ab5941291a
parenta669efe58722ef93c1bf8a1bbe85bf2e7c8ff6ad (diff)
downloaditools-7997364d5464c4461e1cdc054d0bf8e072ff845f.tar.gz
itools-7997364d5464c4461e1cdc054d0bf8e072ff845f.tar.bz2
itools-7997364d5464c4461e1cdc054d0bf8e072ff845f.zip
Use # for comments like in rest of code
-rw-r--r--auto_prepend.php2
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));
}