mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
s/by/via
This commit is contained in:
parent
d4a1264ae6
commit
ad6ddb122c
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…
Reference in New Issue
Block a user