Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

This commit is contained in:
Matthias Fischer
2015-05-06 20:12:22 +02:00
266 changed files with 936 additions and 180 deletions

View File

@@ -41,8 +41,8 @@ sub get_flag_icon($) {
# Remove whitespaces.
chomp($input);
# Convert given country code to lower case.
my $ccode = lc($input);
# Convert given country code to upper case.
my $ccode = uc($input);
# Generate filename, based on the contry code in lower case
# and the defined file extension.
@@ -58,6 +58,21 @@ sub get_flag_icon($) {
if (-e "$absolute_path") {
# Return content of flag_icon.
return $flag_icon;
} else {
# If no icon for the specified country exists, try to use
# the icon for "unknown".
my $ccode = "unknown";
# Redoing all the stuff from abouve for the "unknown" icon.
my $file = join('.', $ccode,$ext);
my $flag_icon = join('/', $flagdir,$file);
my $absolute_path = join('', $webroot,$flag_icon);
# Check if the icon is present.
if (-e "$absolute_path") {
# Return "unknown" icon.
return $flag_icon;
}
}
}

View File

@@ -117,4 +117,5 @@ Include /etc/httpd/conf/default-server.conf
#
Include /etc/httpd/conf/vhosts.d/*.conf
# Dummy LoadModule directive to aid module installations
#LoadModule dummy_module /usr/lib/apache2/modules/mod_dummy.so

10
config/qemu/qemu Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
#
# QEMU wrapper to enable kvm as default like old qemu-kvm...
#
if [[ $* == *" -no-kvm"* ]]; then
qemu-system-i386 $*
else
qemu-system-i386 -enable-kvm $*
fi
exit ${?}

View File

@@ -1,5 +1,8 @@
#etc/httpd
#etc/httpd/conf
#etc/httpd/conf/conf.d
#etc/httpd/conf/conf.d/php5.conf
#etc/httpd/conf/default-server.conf
#etc/httpd/conf/extra
#etc/httpd/conf/extra/httpd-autoindex.conf
#etc/httpd/conf/extra/httpd-dav.conf
@@ -12,9 +15,14 @@
#etc/httpd/conf/extra/httpd-ssl.conf
#etc/httpd/conf/extra/httpd-userdir.conf
#etc/httpd/conf/extra/httpd-vhosts.conf
etc/httpd/conf/global.conf
etc/httpd/conf/hostname.conf
etc/httpd/conf/httpd.conf
etc/httpd/conf/listen.conf
etc/httpd/conf/loadmodule.conf
etc/httpd/conf/magic
etc/httpd/conf/mime.types
etc/httpd/conf/mod_log_config.conf
#etc/httpd/conf/original
#etc/httpd/conf/original/extra
#etc/httpd/conf/original/extra/httpd-autoindex.conf
@@ -29,6 +37,14 @@ etc/httpd/conf/mime.types
#etc/httpd/conf/original/extra/httpd-userdir.conf
#etc/httpd/conf/original/extra/httpd-vhosts.conf
#etc/httpd/conf/original/httpd.conf
etc/httpd/conf/server-tuning.conf
etc/httpd/conf/ssl-global.conf
etc/httpd/conf/uid.conf
#etc/httpd/conf/vhosts.d
etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf
etc/httpd/conf/vhosts.d/ipfire-interface.conf
#etc/httpd/conf/vhosts.d/nagios.conf
#etc/httpd/conf/vhosts.d/openmailadmin.conf
#srv/web
#srv/web/ipfire
#srv/web/ipfire/cgi-bin
@@ -1373,77 +1389,3 @@ usr/sbin/httpd
#usr/share/man/man8/rotatelogs.8
#usr/share/man/man8/suexec.8
var/log/httpd
etc/httpd/conf/conf.d
etc/httpd/conf/default-server.conf
etc/httpd/conf/global.conf
etc/httpd/conf/hostname.conf
etc/httpd/conf/listen.conf
etc/httpd/conf/loadmodule.conf
etc/httpd/conf/mod_log_config.conf
etc/httpd/conf/server-tuning.conf
etc/httpd/conf/ssl-global.conf
etc/httpd/conf/uid.conf
etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf
etc/httpd/conf/vhosts.d/ipfire-interface.conf
srv/web/ipfire/cgi-bin/aliases.cgi
srv/web/ipfire/cgi-bin/atm-status.cgi
srv/web/ipfire/cgi-bin/backup.cgi
srv/web/ipfire/cgi-bin/chpasswd.cgi
srv/web/ipfire/cgi-bin/connections.cgi
srv/web/ipfire/cgi-bin/connscheduler.cgi
srv/web/ipfire/cgi-bin/country.cgi
srv/web/ipfire/cgi-bin/credits.cgi
srv/web/ipfire/cgi-bin/dns.cgi
srv/web/ipfire/cgi-bin/dnsforward.cgi
srv/web/ipfire/cgi-bin/ddns.cgi
srv/web/ipfire/cgi-bin/dhcp.cgi
srv/web/ipfire/cgi-bin/entropy.cgi
srv/web/ipfire/cgi-bin/extrahd.cgi
srv/web/ipfire/cgi-bin/fireinfo.cgi
srv/web/ipfire/cgi-bin/firewall.cgi
srv/web/ipfire/cgi-bin/fwhosts.cgi
srv/web/ipfire/cgi-bin/geoip-block.cgi
srv/web/ipfire/cgi-bin/gpl.cgi
srv/web/ipfire/cgi-bin/gui.cgi
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
srv/web/ipfire/cgi-bin/hosts.cgi
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/ipinfo.cgi
srv/web/ipfire/cgi-bin/iptables.cgi
srv/web/ipfire/cgi-bin/logs.cgi
srv/web/ipfire/cgi-bin/mac.cgi
srv/web/ipfire/cgi-bin/media.cgi
srv/web/ipfire/cgi-bin/memory.cgi
srv/web/ipfire/cgi-bin/modem.cgi
srv/web/ipfire/cgi-bin/modem-status.cgi
srv/web/ipfire/cgi-bin/netexternal.cgi
srv/web/ipfire/cgi-bin/netinternal.cgi
srv/web/ipfire/cgi-bin/netother.cgi
srv/web/ipfire/cgi-bin/netovpnrw.cgi
srv/web/ipfire/cgi-bin/netovpnsrv.cgi
srv/web/ipfire/cgi-bin/optionsfw.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/p2p-block.cgi
srv/web/ipfire/cgi-bin/pakfire.cgi
srv/web/ipfire/cgi-bin/pppsetup.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/cgi-bin/qos.cgi
srv/web/ipfire/cgi-bin/remote.cgi
srv/web/ipfire/cgi-bin/routing.cgi
srv/web/ipfire/cgi-bin/services.cgi
srv/web/ipfire/cgi-bin/shutdown.cgi
srv/web/ipfire/cgi-bin/speed.cgi
srv/web/ipfire/cgi-bin/system.cgi
srv/web/ipfire/cgi-bin/time.cgi
srv/web/ipfire/cgi-bin/traffic.cgi
srv/web/ipfire/cgi-bin/updatexlrator.cgi
srv/web/ipfire/cgi-bin/upnp.cgi
srv/web/ipfire/cgi-bin/urlfilter.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
srv/web/ipfire/cgi-bin/wakeonlan.cgi
srv/web/ipfire/cgi-bin/webaccess.cgi
srv/web/ipfire/cgi-bin/wireless.cgi
srv/web/ipfire/cgi-bin/wirelessclient.cgi
srv/web/ipfire/html
var/updatecache

View File

@@ -0,0 +1,243 @@
srv/web/ipfire/html/images/flags
#srv/web/ipfire/html/images/flags/AD.png
#srv/web/ipfire/html/images/flags/AE.png
#srv/web/ipfire/html/images/flags/AF.png
#srv/web/ipfire/html/images/flags/AG.png
#srv/web/ipfire/html/images/flags/AI.png
#srv/web/ipfire/html/images/flags/AL.png
#srv/web/ipfire/html/images/flags/AM.png
#srv/web/ipfire/html/images/flags/AN.png
#srv/web/ipfire/html/images/flags/AO.png
#srv/web/ipfire/html/images/flags/AQ.png
#srv/web/ipfire/html/images/flags/AR.png
#srv/web/ipfire/html/images/flags/AS.png
#srv/web/ipfire/html/images/flags/AT.png
#srv/web/ipfire/html/images/flags/AU.png
#srv/web/ipfire/html/images/flags/AW.png
#srv/web/ipfire/html/images/flags/AX.png
#srv/web/ipfire/html/images/flags/AZ.png
#srv/web/ipfire/html/images/flags/BA.png
#srv/web/ipfire/html/images/flags/BB.png
#srv/web/ipfire/html/images/flags/BD.png
#srv/web/ipfire/html/images/flags/BE.png
#srv/web/ipfire/html/images/flags/BF.png
#srv/web/ipfire/html/images/flags/BG.png
#srv/web/ipfire/html/images/flags/BH.png
#srv/web/ipfire/html/images/flags/BI.png
#srv/web/ipfire/html/images/flags/BJ.png
#srv/web/ipfire/html/images/flags/BL.png
#srv/web/ipfire/html/images/flags/BM.png
#srv/web/ipfire/html/images/flags/BN.png
#srv/web/ipfire/html/images/flags/BO.png
#srv/web/ipfire/html/images/flags/BR.png
#srv/web/ipfire/html/images/flags/BS.png
#srv/web/ipfire/html/images/flags/BT.png
#srv/web/ipfire/html/images/flags/BW.png
#srv/web/ipfire/html/images/flags/BY.png
#srv/web/ipfire/html/images/flags/BZ.png
#srv/web/ipfire/html/images/flags/CA.png
#srv/web/ipfire/html/images/flags/CC.png
#srv/web/ipfire/html/images/flags/CD.png
#srv/web/ipfire/html/images/flags/CF.png
#srv/web/ipfire/html/images/flags/CG.png
#srv/web/ipfire/html/images/flags/CH.png
#srv/web/ipfire/html/images/flags/CI.png
#srv/web/ipfire/html/images/flags/CK.png
#srv/web/ipfire/html/images/flags/CL.png
#srv/web/ipfire/html/images/flags/CM.png
#srv/web/ipfire/html/images/flags/CN.png
#srv/web/ipfire/html/images/flags/CO.png
#srv/web/ipfire/html/images/flags/CR.png
#srv/web/ipfire/html/images/flags/CU.png
#srv/web/ipfire/html/images/flags/CV.png
#srv/web/ipfire/html/images/flags/CW.png
#srv/web/ipfire/html/images/flags/CX.png
#srv/web/ipfire/html/images/flags/CY.png
#srv/web/ipfire/html/images/flags/CZ.png
#srv/web/ipfire/html/images/flags/DE.png
#srv/web/ipfire/html/images/flags/DJ.png
#srv/web/ipfire/html/images/flags/DK.png
#srv/web/ipfire/html/images/flags/DM.png
#srv/web/ipfire/html/images/flags/DO.png
#srv/web/ipfire/html/images/flags/DZ.png
#srv/web/ipfire/html/images/flags/EC.png
#srv/web/ipfire/html/images/flags/EE.png
#srv/web/ipfire/html/images/flags/EG.png
#srv/web/ipfire/html/images/flags/EH.png
#srv/web/ipfire/html/images/flags/ER.png
#srv/web/ipfire/html/images/flags/ES.png
#srv/web/ipfire/html/images/flags/ET.png
#srv/web/ipfire/html/images/flags/EU.png
#srv/web/ipfire/html/images/flags/FI.png
#srv/web/ipfire/html/images/flags/FJ.png
#srv/web/ipfire/html/images/flags/FK.png
#srv/web/ipfire/html/images/flags/FM.png
#srv/web/ipfire/html/images/flags/FO.png
#srv/web/ipfire/html/images/flags/FR.png
#srv/web/ipfire/html/images/flags/GA.png
#srv/web/ipfire/html/images/flags/GB.png
#srv/web/ipfire/html/images/flags/GD.png
#srv/web/ipfire/html/images/flags/GE.png
#srv/web/ipfire/html/images/flags/GG.png
#srv/web/ipfire/html/images/flags/GH.png
#srv/web/ipfire/html/images/flags/GI.png
#srv/web/ipfire/html/images/flags/GL.png
#srv/web/ipfire/html/images/flags/GM.png
#srv/web/ipfire/html/images/flags/GN.png
#srv/web/ipfire/html/images/flags/GQ.png
#srv/web/ipfire/html/images/flags/GR.png
#srv/web/ipfire/html/images/flags/GS.png
#srv/web/ipfire/html/images/flags/GT.png
#srv/web/ipfire/html/images/flags/GU.png
#srv/web/ipfire/html/images/flags/GW.png
#srv/web/ipfire/html/images/flags/GY.png
#srv/web/ipfire/html/images/flags/HK.png
#srv/web/ipfire/html/images/flags/HN.png
#srv/web/ipfire/html/images/flags/HR.png
#srv/web/ipfire/html/images/flags/HT.png
#srv/web/ipfire/html/images/flags/HU.png
#srv/web/ipfire/html/images/flags/IC.png
#srv/web/ipfire/html/images/flags/ID.png
#srv/web/ipfire/html/images/flags/IE.png
#srv/web/ipfire/html/images/flags/IL.png
#srv/web/ipfire/html/images/flags/IM.png
#srv/web/ipfire/html/images/flags/IN.png
#srv/web/ipfire/html/images/flags/IQ.png
#srv/web/ipfire/html/images/flags/IR.png
#srv/web/ipfire/html/images/flags/IS.png
#srv/web/ipfire/html/images/flags/IT.png
#srv/web/ipfire/html/images/flags/JE.png
#srv/web/ipfire/html/images/flags/JM.png
#srv/web/ipfire/html/images/flags/JO.png
#srv/web/ipfire/html/images/flags/JP.png
#srv/web/ipfire/html/images/flags/KE.png
#srv/web/ipfire/html/images/flags/KG.png
#srv/web/ipfire/html/images/flags/KH.png
#srv/web/ipfire/html/images/flags/KI.png
#srv/web/ipfire/html/images/flags/KM.png
#srv/web/ipfire/html/images/flags/KN.png
#srv/web/ipfire/html/images/flags/KP.png
#srv/web/ipfire/html/images/flags/KR.png
#srv/web/ipfire/html/images/flags/KW.png
#srv/web/ipfire/html/images/flags/KY.png
#srv/web/ipfire/html/images/flags/KZ.png
#srv/web/ipfire/html/images/flags/LA.png
#srv/web/ipfire/html/images/flags/LB.png
#srv/web/ipfire/html/images/flags/LC.png
#srv/web/ipfire/html/images/flags/LI.png
#srv/web/ipfire/html/images/flags/LK.png
#srv/web/ipfire/html/images/flags/LR.png
#srv/web/ipfire/html/images/flags/LS.png
#srv/web/ipfire/html/images/flags/LT.png
#srv/web/ipfire/html/images/flags/LU.png
#srv/web/ipfire/html/images/flags/LV.png
#srv/web/ipfire/html/images/flags/LY.png
#srv/web/ipfire/html/images/flags/MA.png
#srv/web/ipfire/html/images/flags/MC.png
#srv/web/ipfire/html/images/flags/MD.png
#srv/web/ipfire/html/images/flags/ME.png
#srv/web/ipfire/html/images/flags/MF.png
#srv/web/ipfire/html/images/flags/MG.png
#srv/web/ipfire/html/images/flags/MH.png
#srv/web/ipfire/html/images/flags/MK.png
#srv/web/ipfire/html/images/flags/ML.png
#srv/web/ipfire/html/images/flags/MM.png
#srv/web/ipfire/html/images/flags/MN.png
#srv/web/ipfire/html/images/flags/MO.png
#srv/web/ipfire/html/images/flags/MP.png
#srv/web/ipfire/html/images/flags/MQ.png
#srv/web/ipfire/html/images/flags/MR.png
#srv/web/ipfire/html/images/flags/MS.png
#srv/web/ipfire/html/images/flags/MT.png
#srv/web/ipfire/html/images/flags/MU.png
#srv/web/ipfire/html/images/flags/MV.png
#srv/web/ipfire/html/images/flags/MW.png
#srv/web/ipfire/html/images/flags/MX.png
#srv/web/ipfire/html/images/flags/MY.png
#srv/web/ipfire/html/images/flags/MZ.png
#srv/web/ipfire/html/images/flags/NA.png
#srv/web/ipfire/html/images/flags/NC.png
#srv/web/ipfire/html/images/flags/NE.png
#srv/web/ipfire/html/images/flags/NF.png
#srv/web/ipfire/html/images/flags/NG.png
#srv/web/ipfire/html/images/flags/NI.png
#srv/web/ipfire/html/images/flags/NL.png
#srv/web/ipfire/html/images/flags/NO.png
#srv/web/ipfire/html/images/flags/NP.png
#srv/web/ipfire/html/images/flags/NR.png
#srv/web/ipfire/html/images/flags/NU.png
#srv/web/ipfire/html/images/flags/NZ.png
#srv/web/ipfire/html/images/flags/OM.png
#srv/web/ipfire/html/images/flags/PA.png
#srv/web/ipfire/html/images/flags/PE.png
#srv/web/ipfire/html/images/flags/PF.png
#srv/web/ipfire/html/images/flags/PG.png
#srv/web/ipfire/html/images/flags/PH.png
#srv/web/ipfire/html/images/flags/PK.png
#srv/web/ipfire/html/images/flags/PL.png
#srv/web/ipfire/html/images/flags/PN.png
#srv/web/ipfire/html/images/flags/PR.png
#srv/web/ipfire/html/images/flags/PS.png
#srv/web/ipfire/html/images/flags/PT.png
#srv/web/ipfire/html/images/flags/PW.png
#srv/web/ipfire/html/images/flags/PY.png
#srv/web/ipfire/html/images/flags/QA.png
#srv/web/ipfire/html/images/flags/RO.png
#srv/web/ipfire/html/images/flags/RS.png
#srv/web/ipfire/html/images/flags/RU.png
#srv/web/ipfire/html/images/flags/RW.png
#srv/web/ipfire/html/images/flags/SA.png
#srv/web/ipfire/html/images/flags/SB.png
#srv/web/ipfire/html/images/flags/SC.png
#srv/web/ipfire/html/images/flags/SD.png
#srv/web/ipfire/html/images/flags/SE.png
#srv/web/ipfire/html/images/flags/SG.png
#srv/web/ipfire/html/images/flags/SH.png
#srv/web/ipfire/html/images/flags/SI.png
#srv/web/ipfire/html/images/flags/SK.png
#srv/web/ipfire/html/images/flags/SL.png
#srv/web/ipfire/html/images/flags/SM.png
#srv/web/ipfire/html/images/flags/SN.png
#srv/web/ipfire/html/images/flags/SO.png
#srv/web/ipfire/html/images/flags/SR.png
#srv/web/ipfire/html/images/flags/SS.png
#srv/web/ipfire/html/images/flags/ST.png
#srv/web/ipfire/html/images/flags/SV.png
#srv/web/ipfire/html/images/flags/SY.png
#srv/web/ipfire/html/images/flags/SZ.png
#srv/web/ipfire/html/images/flags/TC.png
#srv/web/ipfire/html/images/flags/TD.png
#srv/web/ipfire/html/images/flags/TF.png
#srv/web/ipfire/html/images/flags/TG.png
#srv/web/ipfire/html/images/flags/TH.png
#srv/web/ipfire/html/images/flags/TJ.png
#srv/web/ipfire/html/images/flags/TK.png
#srv/web/ipfire/html/images/flags/TL.png
#srv/web/ipfire/html/images/flags/TM.png
#srv/web/ipfire/html/images/flags/TN.png
#srv/web/ipfire/html/images/flags/TO.png
#srv/web/ipfire/html/images/flags/TR.png
#srv/web/ipfire/html/images/flags/TT.png
#srv/web/ipfire/html/images/flags/TV.png
#srv/web/ipfire/html/images/flags/TW.png
#srv/web/ipfire/html/images/flags/TZ.png
#srv/web/ipfire/html/images/flags/UA.png
#srv/web/ipfire/html/images/flags/UG.png
#srv/web/ipfire/html/images/flags/US.png
#srv/web/ipfire/html/images/flags/UY.png
#srv/web/ipfire/html/images/flags/UZ.png
#srv/web/ipfire/html/images/flags/VA.png
#srv/web/ipfire/html/images/flags/VC.png
#srv/web/ipfire/html/images/flags/VE.png
#srv/web/ipfire/html/images/flags/VG.png
#srv/web/ipfire/html/images/flags/VI.png
#srv/web/ipfire/html/images/flags/VN.png
#srv/web/ipfire/html/images/flags/VU.png
#srv/web/ipfire/html/images/flags/WF.png
#srv/web/ipfire/html/images/flags/WS.png
#srv/web/ipfire/html/images/flags/YE.png
#srv/web/ipfire/html/images/flags/YT.png
#srv/web/ipfire/html/images/flags/ZA.png
#srv/web/ipfire/html/images/flags/ZM.png
#srv/web/ipfire/html/images/flags/ZW.png
#srv/web/ipfire/html/images/flags/unknown.png

View File

@@ -0,0 +1,358 @@
srv/web/ipfire/cgi-bin/aliases.cgi
#srv/web/ipfire/cgi-bin/asterisk
#srv/web/ipfire/cgi-bin/asterisk/calls.cgi
#srv/web/ipfire/cgi-bin/asterisk/conf
#srv/web/ipfire/cgi-bin/asterisk/conf.cgi
#srv/web/ipfire/cgi-bin/asterisk/conf/telbook.conf
#srv/web/ipfire/cgi-bin/asterisk/status.cgi
srv/web/ipfire/cgi-bin/atm-status.cgi
srv/web/ipfire/cgi-bin/backup.cgi
srv/web/ipfire/cgi-bin/bluetooth.cgi
srv/web/ipfire/cgi-bin/chpasswd.cgi
srv/web/ipfire/cgi-bin/connections.cgi
srv/web/ipfire/cgi-bin/connscheduler.cgi
srv/web/ipfire/cgi-bin/country.cgi
srv/web/ipfire/cgi-bin/credits.cgi
srv/web/ipfire/cgi-bin/ddns.cgi
srv/web/ipfire/cgi-bin/dhcp.cgi
srv/web/ipfire/cgi-bin/dns.cgi
srv/web/ipfire/cgi-bin/dnsforward.cgi
srv/web/ipfire/cgi-bin/entropy.cgi
srv/web/ipfire/cgi-bin/extrahd.cgi
srv/web/ipfire/cgi-bin/fireinfo.cgi
srv/web/ipfire/cgi-bin/firewall.cgi
srv/web/ipfire/cgi-bin/fwhosts.cgi
srv/web/ipfire/cgi-bin/geoip-block.cgi
srv/web/ipfire/cgi-bin/gpl.cgi
srv/web/ipfire/cgi-bin/gui.cgi
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
srv/web/ipfire/cgi-bin/hosts.cgi
srv/web/ipfire/cgi-bin/ids.cgi
#srv/web/ipfire/cgi-bin/imspector.cgi
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/ipinfo.cgi
srv/web/ipfire/cgi-bin/iptables.cgi
srv/web/ipfire/cgi-bin/logs.cgi
srv/web/ipfire/cgi-bin/logs.cgi/calamaris.dat
srv/web/ipfire/cgi-bin/logs.cgi/config.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllog.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogcountry.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogip.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogport.dat
srv/web/ipfire/cgi-bin/logs.cgi/ids.dat
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
srv/web/ipfire/cgi-bin/logs.cgi/proxylog.dat
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromip.dat
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromport.dat
srv/web/ipfire/cgi-bin/logs.cgi/summary.dat
srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat
srv/web/ipfire/cgi-bin/mac.cgi
srv/web/ipfire/cgi-bin/mdstat.cgi
srv/web/ipfire/cgi-bin/media.cgi
srv/web/ipfire/cgi-bin/memory.cgi
srv/web/ipfire/cgi-bin/modem-status.cgi
srv/web/ipfire/cgi-bin/modem.cgi
#srv/web/ipfire/cgi-bin/mpfire.cgi
srv/web/ipfire/cgi-bin/netexternal.cgi
srv/web/ipfire/cgi-bin/netinternal.cgi
srv/web/ipfire/cgi-bin/netother.cgi
srv/web/ipfire/cgi-bin/netovpnrw.cgi
srv/web/ipfire/cgi-bin/netovpnsrv.cgi
srv/web/ipfire/cgi-bin/optionsfw.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/p2p-block.cgi
srv/web/ipfire/cgi-bin/pakfire.cgi
srv/web/ipfire/cgi-bin/pppsetup.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/cgi-bin/qos.cgi
srv/web/ipfire/cgi-bin/remote.cgi
srv/web/ipfire/cgi-bin/routing.cgi
#srv/web/ipfire/cgi-bin/samba.cgi
#srv/web/ipfire/cgi-bin/sambahlp.cgi
srv/web/ipfire/cgi-bin/services.cgi
srv/web/ipfire/cgi-bin/shutdown.cgi
srv/web/ipfire/cgi-bin/speed.cgi
srv/web/ipfire/cgi-bin/system.cgi
srv/web/ipfire/cgi-bin/time.cgi
#srv/web/ipfire/cgi-bin/tor.cgi
srv/web/ipfire/cgi-bin/traffic.cgi
#srv/web/ipfire/cgi-bin/tripwire.cgi
srv/web/ipfire/cgi-bin/updatexlrator.cgi
#srv/web/ipfire/cgi-bin/upnp.cgi
srv/web/ipfire/cgi-bin/urlfilter.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
srv/web/ipfire/cgi-bin/wakeonlan.cgi
srv/web/ipfire/cgi-bin/webaccess.cgi
srv/web/ipfire/cgi-bin/wireless.cgi
srv/web/ipfire/cgi-bin/wirelessclient.cgi
srv/web/ipfire/cgi-bin/wlanap.cgi
#srv/web/ipfire/html
srv/web/ipfire/html/blob.gif
srv/web/ipfire/html/clwarn.cgi
srv/web/ipfire/html/dial.cgi
srv/web/ipfire/html/favicon.ico
#srv/web/ipfire/html/images
srv/web/ipfire/html/images/IPFire.png
srv/web/ipfire/html/images/add.gif
srv/web/ipfire/html/images/addblue.gif
srv/web/ipfire/html/images/addgreen.gif
srv/web/ipfire/html/images/address-book-new.png
srv/web/ipfire/html/images/application-certificate.png
srv/web/ipfire/html/images/application-x-executable.png
srv/web/ipfire/html/images/applications-accessories.png
srv/web/ipfire/html/images/applications-development.png
srv/web/ipfire/html/images/applications-games.png
srv/web/ipfire/html/images/applications-graphics.png
srv/web/ipfire/html/images/applications-internet.png
srv/web/ipfire/html/images/applications-multimedia.png
srv/web/ipfire/html/images/applications-office.png
srv/web/ipfire/html/images/applications-other.png
srv/web/ipfire/html/images/applications-system.png
srv/web/ipfire/html/images/appointment-new.png
srv/web/ipfire/html/images/audio-volume-high-red.png
srv/web/ipfire/html/images/audio-volume-high.png
srv/web/ipfire/html/images/audio-volume-low-red.png
srv/web/ipfire/html/images/audio-volume-low.png
srv/web/ipfire/html/images/audio-x-generic-red.png
srv/web/ipfire/html/images/audio-x-generic.png
srv/web/ipfire/html/images/background.gif
srv/web/ipfire/html/images/bookmark-new.png
srv/web/ipfire/html/images/clock.gif
srv/web/ipfire/html/images/computer.png
srv/web/ipfire/html/images/delete.gif
srv/web/ipfire/html/images/dialog-error.png
srv/web/ipfire/html/images/dialog-information.png
srv/web/ipfire/html/images/dialog-warning.png
srv/web/ipfire/html/images/dns_link.png
srv/web/ipfire/html/images/document-new.png
srv/web/ipfire/html/images/document-open.png
srv/web/ipfire/html/images/document-print-preview.png
srv/web/ipfire/html/images/document-print.png
srv/web/ipfire/html/images/document-properties.png
srv/web/ipfire/html/images/document-save-as.png
srv/web/ipfire/html/images/document-save.png
srv/web/ipfire/html/images/down.gif
srv/web/ipfire/html/images/drive-harddisk.png
srv/web/ipfire/html/images/drive-optical.png
srv/web/ipfire/html/images/drive-removable-media.png
srv/web/ipfire/html/images/edit-find.png
srv/web/ipfire/html/images/edit-redo.png
srv/web/ipfire/html/images/edit.gif
srv/web/ipfire/html/images/floppy.gif
srv/web/ipfire/html/images/folder-drag-accept.png
srv/web/ipfire/html/images/folder-new.png
srv/web/ipfire/html/images/folder-open.png
srv/web/ipfire/html/images/folder-remote.png
srv/web/ipfire/html/images/folder-saved-search.png
srv/web/ipfire/html/images/folder-visiting.png
srv/web/ipfire/html/images/folder.png
srv/web/ipfire/html/images/format-indent-less.png
srv/web/ipfire/html/images/format-indent-more.png
srv/web/ipfire/html/images/format-justify-center.png
srv/web/ipfire/html/images/format-justify-fill.png
srv/web/ipfire/html/images/format-justify-left.png
srv/web/ipfire/html/images/format-justify-right.png
srv/web/ipfire/html/images/forward.gif
srv/web/ipfire/html/images/go-bottom.png
srv/web/ipfire/html/images/go-down.png
srv/web/ipfire/html/images/go-first.png
srv/web/ipfire/html/images/go-home.png
srv/web/ipfire/html/images/go-jump.png
srv/web/ipfire/html/images/go-last.png
srv/web/ipfire/html/images/go-next.png
srv/web/ipfire/html/images/go-previous.png
srv/web/ipfire/html/images/go-top.png
srv/web/ipfire/html/images/go-up.png
srv/web/ipfire/html/images/help-browser.png
srv/web/ipfire/html/images/help.gif
srv/web/ipfire/html/images/image-loading.png
srv/web/ipfire/html/images/image-missing.png
srv/web/ipfire/html/images/image-x-generic.png
srv/web/ipfire/html/images/indicator.gif
srv/web/ipfire/html/images/info.gif
srv/web/ipfire/html/images/input-gaming.png
srv/web/ipfire/html/images/input-keyboard.png
srv/web/ipfire/html/images/input-mouse.png
srv/web/ipfire/html/images/internet-group-chat.png
srv/web/ipfire/html/images/internet-mail.png
srv/web/ipfire/html/images/internet-news-reader.png
srv/web/ipfire/html/images/internet-web-browser.png
srv/web/ipfire/html/images/list-add.png
srv/web/ipfire/html/images/list-remove.png
srv/web/ipfire/html/images/mail-attachment.png
srv/web/ipfire/html/images/mail-forward.png
srv/web/ipfire/html/images/mail-mark-junk.png
srv/web/ipfire/html/images/mail-mark-not-junk.png
srv/web/ipfire/html/images/mail-message-new.png
srv/web/ipfire/html/images/mail-reply-all.png
srv/web/ipfire/html/images/mail-reply-sender.png
srv/web/ipfire/html/images/mail-send-receive.png
srv/web/ipfire/html/images/media-flash.png
srv/web/ipfire/html/images/media-floppy.png
srv/web/ipfire/html/images/media-optical.png
srv/web/ipfire/html/images/media-playback-start-all.png
srv/web/ipfire/html/images/media-playback-start.png
srv/web/ipfire/html/images/media-playback-stop.png
srv/web/ipfire/html/images/media-repeat.png
srv/web/ipfire/html/images/media-resume.png
srv/web/ipfire/html/images/media-shuffle.png
srv/web/ipfire/html/images/media-skip-backward.png
srv/web/ipfire/html/images/media-skip-forward.png
srv/web/ipfire/html/images/mpfire
srv/web/ipfire/html/images/mpfire/box.png
srv/web/ipfire/html/images/network-error.png
srv/web/ipfire/html/images/network-idle.png
srv/web/ipfire/html/images/network-offline.png
srv/web/ipfire/html/images/network-receive.png
srv/web/ipfire/html/images/network-server.png
srv/web/ipfire/html/images/network-transmit-receive.png
srv/web/ipfire/html/images/network-transmit.png
srv/web/ipfire/html/images/network-wired.png
srv/web/ipfire/html/images/network-wireless-encrypted.png
srv/web/ipfire/html/images/network-wireless.png
srv/web/ipfire/html/images/network-workgroup.png
srv/web/ipfire/html/images/network.png
srv/web/ipfire/html/images/null.gif
srv/web/ipfire/html/images/off.gif
srv/web/ipfire/html/images/on.gif
srv/web/ipfire/html/images/openvpn.gif
srv/web/ipfire/html/images/openvpn.png
srv/web/ipfire/html/images/package-x-generic.png
srv/web/ipfire/html/images/printer-error.png
srv/web/ipfire/html/images/printer.png
srv/web/ipfire/html/images/process-stop.png
srv/web/ipfire/html/images/process-working.png
srv/web/ipfire/html/images/reload.gif
srv/web/ipfire/html/images/start-here.png
srv/web/ipfire/html/images/stock_down-16.png
srv/web/ipfire/html/images/stock_ok.png
srv/web/ipfire/html/images/stock_stop.png
srv/web/ipfire/html/images/stock_up-16.png
srv/web/ipfire/html/images/system-file-manager.png
srv/web/ipfire/html/images/system-installer.png
srv/web/ipfire/html/images/system-lock-screen.png
srv/web/ipfire/html/images/system-log-out.png
srv/web/ipfire/html/images/system-search.png
srv/web/ipfire/html/images/system-shutdown.png
srv/web/ipfire/html/images/system-software-update.png
srv/web/ipfire/html/images/system-users.png
srv/web/ipfire/html/images/tab-new.png
srv/web/ipfire/html/images/table-header.gif
srv/web/ipfire/html/images/text-html.png
srv/web/ipfire/html/images/text-x-generic-template.png
srv/web/ipfire/html/images/text-x-generic.png
srv/web/ipfire/html/images/text-x-script.png
srv/web/ipfire/html/images/tux.png
srv/web/ipfire/html/images/up.gif
srv/web/ipfire/html/images/updbooster
srv/web/ipfire/html/images/updbooster/updxl-globe.gif
srv/web/ipfire/html/images/updbooster/updxl-gr.gif
srv/web/ipfire/html/images/updbooster/updxl-led-blue.gif
srv/web/ipfire/html/images/updbooster/updxl-led-gray.gif
srv/web/ipfire/html/images/updbooster/updxl-led-green.gif
srv/web/ipfire/html/images/updbooster/updxl-led-red.gif
srv/web/ipfire/html/images/updbooster/updxl-led-yellow.gif
srv/web/ipfire/html/images/updbooster/updxl-rd.gif
srv/web/ipfire/html/images/updbooster/updxl-src-adobe.gif
srv/web/ipfire/html/images/updbooster/updxl-src-apple.gif
srv/web/ipfire/html/images/updbooster/updxl-src-avast.gif
srv/web/ipfire/html/images/updbooster/updxl-src-avg.gif
srv/web/ipfire/html/images/updbooster/updxl-src-avira.gif
srv/web/ipfire/html/images/updbooster/updxl-src-kaspersky.gif
srv/web/ipfire/html/images/updbooster/updxl-src-linux.gif
srv/web/ipfire/html/images/updbooster/updxl-src-microsoft.gif
srv/web/ipfire/html/images/updbooster/updxl-src-symantec.gif
srv/web/ipfire/html/images/updbooster/updxl-src-trendmicro.gif
srv/web/ipfire/html/images/updbooster/updxl-src-unknown.gif
srv/web/ipfire/html/images/updbooster/updxl-src-windows.gif
srv/web/ipfire/html/images/updbooster/updxl-yl.gif
srv/web/ipfire/html/images/urlfilter
srv/web/ipfire/html/images/urlfilter/1x1.gif
srv/web/ipfire/html/images/urlfilter/bg_cool_tux.jpg
srv/web/ipfire/html/images/urlfilter/bgcool.gif
srv/web/ipfire/html/images/urlfilter/copy.gif
srv/web/ipfire/html/images/urlfilter/gmg_tux_ip_fire.gif
srv/web/ipfire/html/images/urlfilter/led-green.gif
srv/web/ipfire/html/images/urlfilter/led-red.gif
srv/web/ipfire/html/images/user-home.png
srv/web/ipfire/html/images/user-multiple.png
srv/web/ipfire/html/images/user-option-add.png
srv/web/ipfire/html/images/user-option-remove.png
srv/web/ipfire/html/images/user-trash-full.png
srv/web/ipfire/html/images/user-trash.png
srv/web/ipfire/html/images/utilities-system-monitor.png
srv/web/ipfire/html/images/utilities-terminal.png
srv/web/ipfire/html/images/view-fullscreen.png
srv/web/ipfire/html/images/view-refresh.png
srv/web/ipfire/html/images/wakeup.gif
srv/web/ipfire/html/images/window-new.png
srv/web/ipfire/html/include
srv/web/ipfire/html/include/snortupdateutility.js
srv/web/ipfire/html/index.cgi
srv/web/ipfire/html/redirect-templates
srv/web/ipfire/html/redirect-templates/legacy
srv/web/ipfire/html/redirect-templates/legacy/template.html
srv/web/ipfire/html/redirect.cgi
srv/web/ipfire/html/themes
srv/web/ipfire/html/themes/darkdos
srv/web/ipfire/html/themes/darkdos/images
srv/web/ipfire/html/themes/darkdos/images/IPFire.png
srv/web/ipfire/html/themes/darkdos/images/b1.gif
srv/web/ipfire/html/themes/darkdos/images/b2.gif
srv/web/ipfire/html/themes/darkdos/images/b3.gif
srv/web/ipfire/html/themes/darkdos/images/b4.gif
srv/web/ipfire/html/themes/darkdos/images/b5.gif
srv/web/ipfire/html/themes/darkdos/images/b6.gif
srv/web/ipfire/html/themes/darkdos/images/spacer.gif
srv/web/ipfire/html/themes/darkdos/include
srv/web/ipfire/html/themes/darkdos/include/colors.txt
srv/web/ipfire/html/themes/darkdos/include/functions.pl
srv/web/ipfire/html/themes/darkdos/include/style.css
srv/web/ipfire/html/themes/ipfire
srv/web/ipfire/html/themes/ipfire-legacy
srv/web/ipfire/html/themes/ipfire-legacy/images
srv/web/ipfire/html/themes/ipfire-legacy/images/n1.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/n2.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/n3.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/n4.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/n5.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/n6.gif
srv/web/ipfire/html/themes/ipfire-legacy/images/spacer.gif
srv/web/ipfire/html/themes/ipfire-legacy/include
srv/web/ipfire/html/themes/ipfire-legacy/include/colors.txt
srv/web/ipfire/html/themes/ipfire-legacy/include/functions.pl
srv/web/ipfire/html/themes/ipfire-legacy/include/style.css
srv/web/ipfire/html/themes/ipfire-rounded
srv/web/ipfire/html/themes/ipfire/images
srv/web/ipfire/html/themes/ipfire/images/n2.gif
srv/web/ipfire/html/themes/ipfire/images/n3.gif
srv/web/ipfire/html/themes/ipfire/images/n5.gif
srv/web/ipfire/html/themes/ipfire/images/n6.gif
srv/web/ipfire/html/themes/ipfire/images/tux2.png
srv/web/ipfire/html/themes/ipfire/include
srv/web/ipfire/html/themes/ipfire/include/colors.txt
srv/web/ipfire/html/themes/ipfire/include/css
srv/web/ipfire/html/themes/ipfire/include/css/style-rounded.css
srv/web/ipfire/html/themes/ipfire/include/css/style.css
srv/web/ipfire/html/themes/ipfire/include/functions.pl
srv/web/ipfire/html/themes/ipfire/include/js
srv/web/ipfire/html/themes/ipfire/include/js/refreshInetInfo.js
srv/web/ipfire/html/themes/maniac
srv/web/ipfire/html/themes/maniac/images
srv/web/ipfire/html/themes/maniac/images/IPFire.png
srv/web/ipfire/html/themes/maniac/images/Thumbs.db
srv/web/ipfire/html/themes/maniac/images/b1.gif
srv/web/ipfire/html/themes/maniac/images/b2.gif
srv/web/ipfire/html/themes/maniac/images/b3.gif
srv/web/ipfire/html/themes/maniac/images/b4.gif
srv/web/ipfire/html/themes/maniac/images/b5.gif
srv/web/ipfire/html/themes/maniac/images/b6.gif
srv/web/ipfire/html/themes/maniac/images/spacer.gif
srv/web/ipfire/html/themes/maniac/include
srv/web/ipfire/html/themes/maniac/include/colors.txt
srv/web/ipfire/html/themes/maniac/include/functions.pl
srv/web/ipfire/html/themes/maniac/include/style.css
var/updatecache
var/updatecache/download
var/updatecache/metadata

View File

@@ -0,0 +1 @@
../../../common/Locale-Country

View File

@@ -11,6 +11,9 @@ srv/web/ipfire/cgi-bin/firewall.cgi
srv/web/ipfire/cgi-bin/fwhosts.cgi
srv/web/ipfire/cgi-bin/geoip-block.cgi
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/logs.cgi/firewalllog.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogcountry.dat
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogip.dat
srv/web/ipfire/cgi-bin/netovpnsrv.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi

View File

@@ -0,0 +1 @@
../../../common/flag-icons

View File

@@ -132,10 +132,17 @@ esac
/etc/init.d/ipsec stop
/etc/init.d/apache stop
# Drop old flag icons, before extracting the new ones.
rm /srv/web/ipfire/html/images/flags/*
#
#Extract files
tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
#
# restart init because glibc was updated.
telinit u
# Remove old openssl libraries
rm -vf /usr/lib/libcrypto.so.0.9.8 /usr/lib/libssl.so.0.9.8
@@ -228,6 +235,17 @@ case "$(uname -m)" in
esac
esac
# Upadate Kernel version uEnv.txt
if [ -e /boot/uEnv.txt ]; then
sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt
fi
# call user update script (needed for some arm boards)
if [ -e /boot/pakfire-kernel-update ]; then
/boot/pakfire-kernel-update ${KVER}
fi
# Force (re)install pae kernel if pae is supported
rm -rf /opt/pakfire/db/*/meta-linux-pae
if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then

View File

@@ -7,19 +7,33 @@ usr/bin/qemu-img
usr/bin/qemu-io
usr/bin/qemu-nbd
usr/bin/qemu-system-arm
usr/bin/qemu-system-i386
usr/libexec/qemu-bridge-helper
#usr/share/doc/qemu
#usr/share/doc/qemu/qemu-doc.html
#usr/share/doc/qemu/qemu-tech.html
#usr/share/doc/qemu/qmp-commands.txt
#usr/share/man/man1/qemu-img.1
#usr/share/man/man1/qemu.1
#usr/share/man/man8/qemu-nbd.8
usr/share/qemu
#usr/share/qemu
usr/share/qemu/QEMU,cgthree.bin
usr/share/qemu/QEMU,tcx.bin
usr/share/qemu/acpi-dsdt.aml
usr/share/qemu/bamboo.dtb
usr/share/qemu/bios-256k.bin
usr/share/qemu/bios.bin
usr/share/qemu/extboot.bin
usr/share/qemu/efi-e1000.rom
usr/share/qemu/efi-eepro100.rom
usr/share/qemu/efi-ne2k_pci.rom
usr/share/qemu/efi-pcnet.rom
usr/share/qemu/efi-rtl8139.rom
usr/share/qemu/efi-virtio.rom
usr/share/qemu/keymaps
usr/share/qemu/keymaps/ar
usr/share/qemu/keymaps/bepo
usr/share/qemu/keymaps/common
usr/share/qemu/keymaps/cz
usr/share/qemu/keymaps/da
usr/share/qemu/keymaps/de
usr/share/qemu/keymaps/de-ch
@@ -53,12 +67,13 @@ usr/share/qemu/keymaps/sl
usr/share/qemu/keymaps/sv
usr/share/qemu/keymaps/th
usr/share/qemu/keymaps/tr
usr/share/qemu/kvmvapic.bin
usr/share/qemu/linuxboot.bin
usr/share/qemu/mpc8544ds.dtb
usr/share/qemu/multiboot.bin
usr/share/qemu/openbios-ppc
usr/share/qemu/openbios-sparc32
usr/share/qemu/openbios-sparc64
usr/share/qemu/palcode-clipper
usr/share/qemu/petalogix-ml605.dtb
usr/share/qemu/petalogix-s3adsp1800.dtb
usr/share/qemu/ppc_rom.bin
@@ -68,12 +83,19 @@ usr/share/qemu/pxe-ne2k_pci.rom
usr/share/qemu/pxe-pcnet.rom
usr/share/qemu/pxe-rtl8139.rom
usr/share/qemu/pxe-virtio.rom
usr/share/qemu/q35-acpi-dsdt.aml
usr/share/qemu/qemu-icon.bmp
usr/share/qemu/qemu_logo_no_text.svg
usr/share/qemu/s390-ccw.img
usr/share/qemu/s390-zipl.rom
usr/share/qemu/sgabios.bin
usr/share/qemu/slof.bin
usr/share/qemu/spapr-rtas.bin
usr/share/qemu/vapic.bin
usr/share/qemu/trace-events
usr/share/qemu/u-boot.e500
usr/share/qemu/vgabios-cirrus.bin
usr/share/qemu/vgabios-qxl.bin
usr/share/qemu/vgabios-stdvga.bin
usr/share/qemu/vgabios-vmware.bin
usr/share/qemu/vgabios.bin
#usr/var/run

View File

@@ -31,6 +31,7 @@ my @flaglistfiles=();
my $flag = '';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/geoip-functions.pl";
require "${General::swroot}/lang.pl";
require "${General::swroot}/header.pl";
@@ -64,12 +65,16 @@ foreach $flag (@flaglistfiles)
my $flagcode = uc(substr($flag, 0, 2));
my $fcode = lc($flagcode);
# Get flag icon for of the country.
my $flag_icon = &GeoIP::get_flag_icon($fcode);
my $country = Locale::Country::code2country($fcode);
if($fcode eq 'eu') { $country = 'Europe'; }
if($fcode eq 'tp') { $country = 'East Timor'; }
if($fcode eq 'yu') { $country = 'Yugoslavia'; }
if ($lines % 2) {
print "<td $col><a id='$fcode'><img src='/images/flags/$fcode.png' alt='$flagcode' title='$flagcode'/></a></td>";
print "<td $col><a id='$fcode'><img src='$flag_icon' alt='$flagcode' title='$flagcode'/></a></td>";
print "<td $col>$flagcode</td>";
print "<td $col>$country</td></tr>\n";
}
@@ -81,7 +86,7 @@ foreach $flag (@flaglistfiles)
$col="style='background-color:${Header::table1colour};'";
}
print "<tr>";
print "<td $col><a id='$fcode'><img src='/images/flags/$fcode.png' alt='$flagcode' title='$flagcode'/></a></td>";
print "<td $col><a id='$fcode'><img src='$flag_icon' alt='$flagcode' title='$flagcode'/></a></td>";
print "<td $col>$flagcode</td>";
print "<td $col>$country</td>";
print "<td $col>&nbsp;</td>";

View File

@@ -21,6 +21,7 @@ use Getopt::Std;
#use CGI::Carp 'fatalsToBrowser';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/geoip-functions.pl";
require "${General::swroot}/lang.pl";
require "${General::swroot}/header.pl";
@@ -372,10 +373,15 @@ foreach $_ (@log)
<td align='center' $col>$srcport<br/>$dstport</td>
END
;
if ( $fcode ne "" ){
print "<td align='center' $col><a href='../country.cgi#$fcode'><img src='/images/flags/$fcode.png' border='0' align='absmiddle' alt='$ccode'></a></td>";}
else {
print "<td align='center' $col></td>";}
# Get flag icon for of the country.
my $flag_icon = &GeoIP::get_flag_icon($fcode);
if ( $flag_icon) {
print "<td align='center' $col><a href='../country.cgi#$fcode'><img src='$flag_icon' border='0' align='absmiddle' alt='$ccode'></a></td>";
} else {
print "<td align='center' $col></td>";
}
print <<END
<td align='center' $col>$macaddr</td>
</tr>

View File

@@ -19,6 +19,7 @@ use Getopt::Std;
#use CGI::Carp 'fatalsToBrowser';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/geoip-functions.pl";
require "${General::swroot}/lang.pl";
require "${General::swroot}/header.pl";
@@ -460,11 +461,15 @@ for($s=0;$s<$lines;$s++)
print "<td align='center' $col>$key[$s]</td>";
}
else {
if($key[$s] ne 'unknown' ) {
my $fcode = lc($key[$s]);
print "<td align='center' $col><a href='/cgi-bin/country.cgi#$fcode'><img src='/images/flags/$fcode.png' border='0' align='absmiddle' alt='$key[$s]' title='$key[$s]'></a></td>";}
else {
print "<td align='center' $col>$key[$s]</td>";
my $fcode = lc($key[$s]);
# Get flag icon for of the country.
my $flag_icon = &GeoIP::get_flag_icon($fcode);
if($flag_icon) {
print "<td align='center' $col><a href='/cgi-bin/country.cgi#$fcode'><img src='$flag_icon' border='0' align='absmiddle' alt='$key[$s]' title='$key[$s]'></a></td>";
} else {
print "<td align='center' $col>$key[$s]</td>";
}
}
print "<td align='center' $col>$value[$s]</td>";

View File

@@ -19,6 +19,7 @@ use Getopt::Std;
#use CGI::Carp 'fatalsToBrowser';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/geoip-functions.pl";
require "${General::swroot}/lang.pl";
require "${General::swroot}/header.pl";
@@ -441,13 +442,19 @@ for($s=0;$s<$lines;$s++)
$color++;
print "<td align='center' $col><form method='post' action='showrequestfromip.dat'><input type='hidden' name='MONTH' value='$cgiparams{'MONTH'}'> <input type='hidden' name='DAY' value='$cgiparams{'DAY'}'> <input type='hidden' name='ip' value='$key[$s]'> <input type='submit' value='$Lang::tr{'details'}'></form></td>";
print "<td align='center' $col><a href='/cgi-bin/ipinfo.cgi?ip=$key[$s]'>$key[$s]</a></td>";
if ( $fcode ne "" ){
print "<td align='center' $col><a href='/cgi-bin/country.cgi#$fcode'><img src='/images/flags/$fcode.png' border='0' align='absmiddle' alt='$ccode' title='$ccode'></a></td>";}
else {
print "<td align='center' $col></td>";}
print "<td align='center' $col>$value[$s]</td>";
print "<td align='center' $col>$percent</td>";
print "</tr>";
# Get flag icon for of the country.
my $flag_icon = &GeoIP::get_flag_icon($ccode);
if ( $flag_icon ) {
print "<td align='center' $col><a href='/cgi-bin/country.cgi#$fcode'><img src='$flag_icon' border='0' align='absmiddle' alt='$ccode' title='$ccode'></a></td>";
} else {
print "<td align='center' $col></td>";
}
print "<td align='center' $col>$value[$s]</td>";
print "<td align='center' $col>$percent</td>";
print "</tr>";
}
if($cgiparams{'otherspie'} == 2 ){}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 B

Some files were not shown because too many files have changed in this diff Show More