mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
proxy: Show error messages in English by default
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -3,4 +3,5 @@ etc/issue
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
var/ipfire/langs
|
||||
etc/sysctl.conf
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
usr/local/bin/xt_geoip_update
|
||||
|
||||
@@ -188,7 +188,7 @@ $proxysettings{'TRANSPARENT_PORT'} = '3128';
|
||||
$proxysettings{'VISIBLE_HOSTNAME'} = '';
|
||||
$proxysettings{'ADMIN_MAIL_ADDRESS'} = '';
|
||||
$proxysettings{'ADMIN_PASSWORD'} = '';
|
||||
$proxysettings{'ERR_LANGUAGE'} = 'German';
|
||||
$proxysettings{'ERR_LANGUAGE'} = 'en';
|
||||
$proxysettings{'ERR_DESIGN'} = 'ipfire';
|
||||
$proxysettings{'SUPPRESS_VERSION'} = 'off';
|
||||
$proxysettings{'FORWARD_VIA'} = 'off';
|
||||
|
||||
Reference in New Issue
Block a user