This commit is contained in:
Michael Save 2012-02-06 18:05:21 +11:00
parent d4a1264ae6
commit ad6ddb122c

View File

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