summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2024-06-11 19:43:54 +0200
committerUrban Müller2024-06-11 19:43:54 +0200
commitdf56135441a760ba80399ce96eba6d90819f850f (patch)
tree7f1aaed789a167a5191b6752af27e6d9a7a78dbf
parent839e2a5fe13ae6efef2b2d4fd6564caa75f223ce (diff)
downloaditools-df56135441a760ba80399ce96eba6d90819f850f.tar.gz
itools-df56135441a760ba80399ce96eba6d90819f850f.tar.bz2
itools-df56135441a760ba80399ce96eba6d90819f850f.zip
mark legit use of http
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index e4e7385..89d0040 100644
--- a/it.class
+++ b/it.class
@@ -186,7 +186,7 @@ static function error($p = array(), $extra = null)
return null; # prevent recursion
if ($_SERVER['REMOTE_ADDR'])
- $url = ($_SERVER['HTTPS'] ? "https://" : "http://") . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
+ $url = ($_SERVER['HTTPS'] ? "https://" : "http://") . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; # HTTP OK
else
$url = $_SERVER['SCRIPT_NAME'] . " " . implode(" ", array_slice($GLOBALS['argv'], 1)) . " (pwd " . $_SERVER['PWD'] . ")";