From b231136ec610a6e7947904d97d6ddaf882b5f18d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 3 Sep 2025 14:44:45 +0200 Subject: enable use of command "see" --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- cgit v1.2.3