diff --git a/config/rootfiles/core/10/files b/config/rootfiles/core/10/files new file mode 100644 index 000000000..f8cbcdf5b --- /dev/null +++ b/config/rootfiles/core/10/files @@ -0,0 +1,3 @@ +usr/local/bin/wirelessctrl +srv/web/ipfire/cgi-bin/optionsfw.cgi +var/ipfire/langs diff --git a/config/rootfiles/core/10/meta b/config/rootfiles/core/10/meta new file mode 100644 index 000000000..d547fa86f --- /dev/null +++ b/config/rootfiles/core/10/meta @@ -0,0 +1 @@ +DEPS="" diff --git a/config/rootfiles/core/10/update.sh b/config/rootfiles/core/10/update.sh new file mode 100644 index 000000000..35ee927e3 --- /dev/null +++ b/config/rootfiles/core/10/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 +extract_files +perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index cfbd10194..ddb68e395 100644 --- a/html/cgi-bin/optionsfw.cgi +++ b/html/cgi-bin/optionsfw.cgi @@ -78,6 +78,12 @@ $checked{'DROPWIRELESSINPUT'}{$settings{'DROPWIRELESSINPUT'}} = "checked='checke $checked{'DROPWIRELESSFORWARD'}{'off'} = ''; $checked{'DROPWIRELESSFORWARD'}{'on'} = ''; $checked{'DROPWIRELESSFORWARD'}{$settings{'DROPWIRELESSFORWARD'}} = "checked='checked'"; +$checked{'DROPPROXY'}{'off'} = ''; +$checked{'DROPPROXY'}{'on'} = ''; +$checked{'DROPPROXY'}{$settings{'DROPPROXY'}} = "checked='checked'"; +$checked{'DROPSAMBA'}{'off'} = ''; +$checked{'DROPSAMBA'}{'on'} = ''; +$checked{'DROPSAMBA'}{$settings{'DROPSAMBA'}} = "checked='checked'"; &Header::openbox('100%', 'center', $Lang::tr{'options fw'}); print "