Browse Source

s/by/via

pull/40/head
Michael Save 12 years ago
parent
commit
ad6ddb122c
  1. 2
      mod.php

2
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;

Loading…
Cancel
Save