diff options
author | Urban Müller | 2025-09-03 14:44:45 +0200 |
---|---|---|
committer | Urban Müller | 2025-09-03 14:44:45 +0200 |
commit | b231136ec610a6e7947904d97d6ddaf882b5f18d (patch) | |
tree | 50702095c0698b0a04fb4e91168985e2b4c3badb | |
parent | 7f75fdec333b2f5adb2e4815e523e2b41e3fb264 (diff) | |
download | itools-b231136ec610a6e7947904d97d6ddaf882b5f18d.tar.gz itools-b231136ec610a6e7947904d97d6ddaf882b5f18d.tar.bz2 itools-b231136ec610a6e7947904d97d6ddaf882b5f18d.zip |
enable use of command "see"
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']); |