diff options
author | Urban Müller | 2016-08-12 15:33:18 +0200 |
---|---|---|
committer | Urban Müller | 2016-08-12 15:33:18 +0200 |
commit | 3f79d2245a89f7b99a347274e71648293a53dbb2 (patch) | |
tree | eb02b609ec045fed2be45eb3c31f64317d9e378e /it.class | |
parent | a0af4c4ddaef50981ddc5b5543875ad6e3f6339e (diff) | |
download | itools-3f79d2245a89f7b99a347274e71648293a53dbb2.tar.gz itools-3f79d2245a89f7b99a347274e71648293a53dbb2.tar.bz2 itools-3f79d2245a89f7b99a347274e71648293a53dbb2.zip |
clearer wording
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ static function error($p = array()) if ($sendmail) # we're mailing: send maximum info { - $p['title'] = "Alert: " . $p['title'] . " (by " . getenv('HOSTNAME') . ")"; + $p['title'] = "Alert: " . $p['title'] . " (via " . getenv('HOSTNAME') . ")"; if (!$p['omitdebuginfo']) { |