summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2025-09-03 14:44:45 +0200
committerUrban Müller2025-09-03 14:44:45 +0200
commitb231136ec610a6e7947904d97d6ddaf882b5f18d (patch)
tree50702095c0698b0a04fb4e91168985e2b4c3badb /it.class
parent7f75fdec333b2f5adb2e4815e523e2b41e3fb264 (diff)
downloaditools-b231136ec610a6e7947904d97d6ddaf882b5f18d.tar.gz
itools-b231136ec610a6e7947904d97d6ddaf882b5f18d.tar.bz2
itools-b231136ec610a6e7947904d97d6ddaf882b5f18d.zip
enable use of command "see"
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index c4679b9..327b7ee 100644
--- a/it.class
+++ b/it.class
@@ -270,7 +270,7 @@ static function error($p = array(), $extra = null)
if (strlen($p['body']) > 500000 || it::match('[\x00-\x08\x0E-\x1F]', $p['body'], ['utf8' => false]) !== null)
{
@file_put_contents($datafn = "$home/tmp/error-" . substr(md5($p['body']), 0, 2), $p['body']); # NOPHPLINT
- $p['body'] = " See " . getenv('HOSTNAME') . ":$datafn";
+ $p['body'] = "see " . getenv('HOSTNAME') . ":$datafn";
}
$service = it::match('[^.]*', $GLOBALS['ULTRASITE']);