summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2016-07-21 14:11:05 +0200
committerUrban Müller2016-07-21 14:11:05 +0200
commit575d7e5ae10ef246653bb43218c44a06de47c26b (patch)
treeb8fef1ee36dc1798868c5b42b5759041efd580b9
parent2a26982f5f2c54900bec3a6aeb1ef67471c398a9 (diff)
downloaditools-575d7e5ae10ef246653bb43218c44a06de47c26b.tar.gz
itools-575d7e5ae10ef246653bb43218c44a06de47c26b.tar.bz2
itools-575d7e5ae10ef246653bb43218c44a06de47c26b.zip
typo
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 8acce96..31b9a9d 100644
--- a/it.class
+++ b/it.class
@@ -133,7 +133,7 @@ static function error($p = array())
$p = is_array($p) ? $p : array('title' => $p);
if ($_SERVER['REMOTE_ADDR'])
- $url = "https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; # we ignore https for easier debugging
+ $url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; # we ignore https for easier debugging
else
$url = $_SERVER['SCRIPT_NAME'] . " " . join(" ", array_slice($GLOBALS['argv'], 1)) . " (pwd " . $_SERVER['PWD'] . ")";