From ad6ddb122c9d4f4aac681d1bbec27bd3c9f4c397 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 6 Feb 2012 18:05:21 +1100 Subject: [PATCH] s/by/via --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index 17871d2e..b06f05ce 100644 --- a/mod.php +++ b/mod.php @@ -1850,7 +1850,7 @@ } if(!empty($config_append)) { - $config_append = "\n// Changes made by web editor by \"" . $mod['username'] . "\" @ " . date('r') . ":\n" . $config_append . "\n"; + $config_append = "\n// Changes made via web editor by \"" . $mod['username'] . "\" @ " . date('r') . ":\n" . $config_append . "\n"; if(@file_put_contents('inc/instance-config.php', $config_append, FILE_APPEND)) { header('Location: ?/config' . $b['uri'], true, $config['redirect_http']); exit;