]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/log
people/teissler/ipfire-2.x.git
10 years agoFirewall: Skip rules on boot when red has no ip
Alexander Marx [Thu, 27 Feb 2014 12:38:40 +0000 (13:38 +0100)] 
Firewall: Skip rules on boot when red has no ip

10 years agoQoS: Actually accept subnets everywhere.
Michael Tremer [Thu, 27 Feb 2014 18:39:18 +0000 (19:39 +0100)] 
QoS: Actually accept subnets everywhere.

10 years agoQOS: IP-Addresses can now be simple IP-Address or IP-Address and subnet
Alexander Marx [Wed, 26 Feb 2014 15:07:02 +0000 (16:07 +0100)] 
QOS: IP-Addresses can now be simple IP-Address or IP-Address and subnet

10 years agoMerge remote-tracking branch 'alfh/feature_graph_constant_color' into next
Michael Tremer [Thu, 27 Feb 2014 12:37:53 +0000 (13:37 +0100)] 
Merge remote-tracking branch 'alfh/feature_graph_constant_color' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_openbox_center' into next
Michael Tremer [Thu, 27 Feb 2014 12:36:38 +0000 (13:36 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_openbox_center' into next

10 years agoopenvpn: Provide a basic set of configuration settings.
Michael Tremer [Thu, 27 Feb 2014 12:32:13 +0000 (13:32 +0100)] 
openvpn: Provide a basic set of configuration settings.

These are the defaults as in the CGI script, but when you don't
set up the roadwarrior server, the configuration file remains
empty and the openvpnctrl binary will end itself because it cannot
read a proper configuration.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Thu, 27 Feb 2014 12:14:02 +0000 (13:14 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoflash-images: work around a pandaboard uboot bug.
Arne Fitzenreiter [Thu, 27 Feb 2014 11:46:14 +0000 (12:46 +0100)] 
flash-images: work around a pandaboard uboot bug.

uboot does not find the kernel if it was copied to late to the
fat partition.

10 years agontp: wait only if wpa_supplicant is running.
Arne Fitzenreiter [Thu, 27 Feb 2014 07:22:11 +0000 (08:22 +0100)] 
ntp: wait only if wpa_supplicant is running.

10 years agofirewall: Call firewallctrl with full path.
Michael Tremer [Wed, 26 Feb 2014 19:03:32 +0000 (20:03 +0100)] 
firewall: Call firewallctrl with full path.

10 years agoRevert "Firewall: Fix errormessages on rulecreation when red has no IP"
Michael Tremer [Wed, 26 Feb 2014 19:02:24 +0000 (20:02 +0100)] 
Revert "Firewall: Fix errormessages on rulecreation when red has no IP"

This reverts commit f942937c29ca76a7f153fc16ea13157eb4cf05cc.

This completely destroys external access rules and is therefore
reverted.

10 years agoqos and process graphs: avoid random colors
Alf Høgemark [Sat, 22 Feb 2014 17:05:26 +0000 (18:05 +0100)] 
qos and process graphs: avoid random colors

For the graphs for qos classes, and for process
count and memory usage, the colors change on
each page reload, since the colors are currently
totally random.

This change uses defined color indexes, 15 different
ones, that should be enough for qos at least, and is
enough for processes on my setup. This makes
the colors consistent between page loads, so it makes
it easier to monitor changes.

Perhaps one should define 30 different colors meant
to be used for graphing, then one could avoid random
colors also for the sensor graphs, and make it less
likely to get color collision for the process graphs
as well. Defining 30 such colors is not part of this
change.

10 years agoipfire theme: Use div align for center
Alf Høgemark [Wed, 26 Feb 2014 17:37:57 +0000 (18:37 +0100)] 
ipfire theme: Use div align for center

Revert change to make openbox produce validating html,
when center alignment for box is wanted.

I have not been able to find css solution for
properly aligning the div horisontally.

10 years agokernel: enable cgroups and fix some accounting settings.
Arne Fitzenreiter [Wed, 26 Feb 2014 17:06:49 +0000 (18:06 +0100)] 
kernel: enable cgroups and fix some accounting settings.

10 years agokernel: enable pci modules in arm multiarch kernel.
Arne Fitzenreiter [Wed, 26 Feb 2014 17:00:44 +0000 (18:00 +0100)] 
kernel: enable pci modules in arm multiarch kernel.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Wed, 26 Feb 2014 16:59:53 +0000 (17:59 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoapache: Update cipher suite that is used for the web user interface.
Michael Tremer [Wed, 26 Feb 2014 14:01:29 +0000 (15:01 +0100)] 
apache: Update cipher suite that is used for the web user interface.

Taken from here with exception of RC4.
  https://wiki.mozilla.org/Security/Server_Side_TLS#Apache

10 years agostrongswan: no padlock on arm.
Arne Fitzenreiter [Wed, 26 Feb 2014 08:37:12 +0000 (09:37 +0100)] 
strongswan: no padlock on arm.

10 years agofirewalllogs*.dat: Reduce amount of code to set row bgcolor
Alf Høgemark [Sat, 22 Feb 2014 16:47:12 +0000 (17:47 +0100)] 
firewalllogs*.dat: Reduce amount of code to set row bgcolor

Replace 10 if statements with duplicated code for print
and setting background color by using a variable and
one if statement.

10 years agoMerge remote-tracking branch 'alfh/feature_html_validating' into next
Michael Tremer [Tue, 25 Feb 2014 21:02:34 +0000 (22:02 +0100)] 
Merge remote-tracking branch 'alfh/feature_html_validating' into next

10 years agoMerge remote-tracking branch 'alfh/feature_qos_description' into next
Michael Tremer [Tue, 25 Feb 2014 21:01:34 +0000 (22:01 +0100)] 
Merge remote-tracking branch 'alfh/feature_qos_description' into next

10 years agoMerge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next
Michael Tremer [Tue, 25 Feb 2014 21:01:14 +0000 (22:01 +0100)] 
Merge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next

10 years agoindex.cgi: Add /red/local-ipaddress query.
Erik Kapfer [Sat, 22 Feb 2014 07:04:24 +0000 (08:04 +0100)] 
index.cgi: Add /red/local-ipaddress query.

Fixes# 10480. Added if loop for local-ipaddress query.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Tue, 25 Feb 2014 11:23:33 +0000 (12:23 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoReload all firewall rules when /etc/init.d/firewall reload is executed.
Michael Tremer [Tue, 25 Feb 2014 11:23:09 +0000 (12:23 +0100)] 
Reload all firewall rules when /etc/init.d/firewall reload is executed.

10 years agokernel: update to 3.10.32.
Arne Fitzenreiter [Mon, 24 Feb 2014 21:25:15 +0000 (22:25 +0100)] 
kernel: update to 3.10.32.

10 years agosshd: Fix warning that oom_adj is deprecated.
Michael Tremer [Mon, 24 Feb 2014 20:36:15 +0000 (21:36 +0100)] 
sshd: Fix warning that oom_adj is deprecated.

Also make startup faster.

10 years agoFirewall: Fix errormessages on rulecreation when red has no IP
Alexander Marx [Mon, 24 Feb 2014 13:11:02 +0000 (14:11 +0100)] 
Firewall: Fix errormessages on rulecreation when red has no IP

10 years agoFirewall: fix error when editing a rule and changing remark with invalid chars the...
Alexander Marx [Mon, 24 Feb 2014 14:00:40 +0000 (15:00 +0100)] 
Firewall: fix error when editing a rule and changing remark with invalid chars the rule was destroyed

10 years agoFirewall: delete -i red0 from DNAT rules
Alexander Marx [Mon, 24 Feb 2014 15:03:10 +0000 (16:03 +0100)] 
Firewall: delete -i red0 from DNAT rules

10 years agoFirewall: fixed padding-right of lastrule table in ruleoverview
Alexander Marx [Mon, 24 Feb 2014 15:20:21 +0000 (16:20 +0100)] 
Firewall: fixed padding-right of lastrule table in ruleoverview

10 years agoFix relocating NTP binaries.
Michael Tremer [Mon, 24 Feb 2014 18:37:20 +0000 (19:37 +0100)] 
Fix relocating NTP binaries.

10 years agoFirewall: modified DNAT and SNAT rulecreation
Alexander Marx [Mon, 24 Feb 2014 10:48:41 +0000 (11:48 +0100)] 
Firewall: modified DNAT and SNAT rulecreation

10 years agoAdd missing default values for firewall options of the new firewall.
Stefan Schantl [Sun, 23 Feb 2014 21:05:57 +0000 (22:05 +0100)] 
Add missing default values for firewall options of the new firewall.

The new firewall uses some new options which can be configured on the optionsfw page in the WUI.
In the past these settings where missing on updated systems.

10 years agontp: check/wait for onlineconnection.
Arne Fitzenreiter [Sun, 23 Feb 2014 17:28:34 +0000 (18:28 +0100)] 
ntp: check/wait for onlineconnection.

10 years agoindex.cgi: Make html valid, and improve dialup and vpn display
Alf Høgemark [Sat, 22 Feb 2014 14:23:39 +0000 (15:23 +0100)] 
index.cgi: Make html valid, and improve dialup and vpn display

Make the html validate. One part of the changes is to
move style from using deprecated attributes to using
style attribute on tag.
The other part is to make sure that tables, rows and cells
are properly closed and nested.

Use a table for showing output from the dialctrl script.

10 years agoconnections.cgi: Make the html pass html validation
Alf Høgemark [Sat, 22 Feb 2014 11:38:41 +0000 (12:38 +0100)] 
connections.cgi: Make the html pass html validation

10 years agoaliases.cgi: Make the html pass html validation
Alf Høgemark [Sat, 22 Feb 2014 11:03:35 +0000 (12:03 +0100)] 
aliases.cgi: Make the html pass html validation

10 years agoipfire theme: Fix align on div, and fix javascript tag
Alf Høgemark [Sat, 22 Feb 2014 11:14:41 +0000 (12:14 +0100)] 
ipfire theme: Fix align on div, and fix javascript tag

Remove align attribute on div for openbox, rather use
style attribute with text-align, since align attribute
causes html validation warnings, since it is deprecated.

Remove deprecated and useless attribute on javascript tag.

10 years agocgi-bin: Remove font tags with no effect, and style tags
Alf Høgemark [Sat, 22 Feb 2014 10:59:55 +0000 (11:59 +0100)] 
cgi-bin: Remove font tags with no effect, and style tags

The font tag is deprecated, so clean up html by removing
font tags that have no effect.

For font tags that have an effect, move the styling to
the tag controlling the text output.

The aim is to get one step further towards validating html.

10 years agoqos.cgi: Show class description in listing, and graph description
Alf Høgemark [Sat, 22 Feb 2014 06:07:57 +0000 (07:07 +0100)] 
qos.cgi: Show class description in listing, and graph description

When listing the defined qos classes when qos.cgi is initially
displayed, include the description of the class.

Add upload heading for red graph and download graph for imq graph,
since it is not obvious what the graphs means.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Fri, 21 Feb 2014 10:56:52 +0000 (11:56 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agontp: Update to 4.2.6p5.
Michael Tremer [Fri, 21 Feb 2014 10:54:14 +0000 (11:54 +0100)] 
ntp: Update to 4.2.6p5.

10 years agofirewall: Remove even more redundant rules.
Michael Tremer [Fri, 21 Feb 2014 10:35:05 +0000 (11:35 +0100)] 
firewall: Remove even more redundant rules.

10 years agoIntel-lan: updated e1000 and igb vendor driver.
Arne Fitzenreiter [Fri, 21 Feb 2014 08:48:33 +0000 (09:48 +0100)] 
Intel-lan: updated e1000 and igb vendor driver.

igb v5.0.6 and e1000e v2.5.4

10 years agokernel: update to 3.10.31.
Arne Fitzenreiter [Thu, 20 Feb 2014 22:37:22 +0000 (23:37 +0100)] 
kernel: update to 3.10.31.

10 years agofirewall: Remove rule that allows access to everything.
Michael Tremer [Thu, 20 Feb 2014 12:03:28 +0000 (13:03 +0100)] 
firewall: Remove rule that allows access to everything.

10 years agofirewall: Fix proper check for BLUE and ORANGE devices.
Michael Tremer [Thu, 20 Feb 2014 12:01:48 +0000 (13:01 +0100)] 
firewall: Fix proper check for BLUE and ORANGE devices.

10 years agofirewall: Remove redundant rule.
Michael Tremer [Thu, 20 Feb 2014 12:01:36 +0000 (13:01 +0100)] 
firewall: Remove redundant rule.

10 years agoindex.cgi: Change display of DNS servers.
Michael Tremer [Thu, 20 Feb 2014 09:55:08 +0000 (10:55 +0100)] 
index.cgi: Change display of DNS servers.

Add missing colon and put them into one column in the
table.

10 years agoMerge remote-tracking branch 'alfh/bugfix_htmlclean' into next
Michael Tremer [Wed, 19 Feb 2014 19:49:38 +0000 (20:49 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_htmlclean' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next
Michael Tremer [Wed, 19 Feb 2014 19:48:12 +0000 (20:48 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_menu_touch' into next
Michael Tremer [Wed, 19 Feb 2014 19:47:54 +0000 (20:47 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_menu_touch' into next

10 years agocore76: Add update accelerator script to updater.
Michael Tremer [Wed, 19 Feb 2014 19:47:12 +0000 (20:47 +0100)] 
core76: Add update accelerator script to updater.

10 years agoMerge remote-tracking branch 'alfh/feature_updxlrator' into next
Michael Tremer [Wed, 19 Feb 2014 19:46:21 +0000 (20:46 +0100)] 
Merge remote-tracking branch 'alfh/feature_updxlrator' into next

10 years agocgi-bin: Add title attribute to input type image where missing
Alf Høgemark [Wed, 19 Feb 2014 17:31:02 +0000 (18:31 +0100)] 
cgi-bin: Add title attribute to input type image where missing

Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.

Also add missing quotes for alt and title attributes where needed.

10 years agoipfire theme: Add missing swapVisibility javascript function
Alf Høgemark [Wed, 19 Feb 2014 17:05:55 +0000 (18:05 +0100)] 
ipfire theme: Add missing swapVisibility javascript function

qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.

10 years agowebgui menus: Make top menu item clickable on mobile safari
Alf Høgemark [Wed, 19 Feb 2014 16:30:49 +0000 (17:30 +0100)] 
webgui menus: Make top menu item clickable on mobile safari

The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.

10 years agocgi-bin: Use readonly="readonly" attribute on html input elements
Alf Høgemark [Tue, 18 Feb 2014 17:48:57 +0000 (18:48 +0100)] 
cgi-bin: Use readonly="readonly" attribute on html input elements

The proper way to mark readonly is to use readonly="readonly", not
readonly="true", like it was done some places.

10 years agostrongswan: Update to 5.1.2rc1.
Michael Tremer [Tue, 18 Feb 2014 14:16:08 +0000 (15:16 +0100)] 
strongswan: Update to 5.1.2rc1.

10 years agofirewall: Import Turkish translation.
Ersan Yildirim [Mon, 17 Feb 2014 16:24:14 +0000 (17:24 +0100)] 
firewall: Import Turkish translation.

10 years agoUpdate translations.
Michael Tremer [Mon, 17 Feb 2014 15:40:14 +0000 (16:40 +0100)] 
Update translations.

10 years agoMerge remote-tracking branch 'alfh/feature_htmlcleanup' into next
Michael Tremer [Mon, 17 Feb 2014 15:33:38 +0000 (16:33 +0100)] 
Merge remote-tracking branch 'alfh/feature_htmlcleanup' into next

Conflicts:
html/cgi-bin/logs.cgi/firewalllogip.dat
html/cgi-bin/logs.cgi/firewalllogport.dat
html/cgi-bin/media.cgi

10 years agoMerge remote-tracking branch 'alfh/feature_langfixes' into next
Michael Tremer [Mon, 17 Feb 2014 15:28:23 +0000 (16:28 +0100)] 
Merge remote-tracking branch 'alfh/feature_langfixes' into next

10 years agoMerge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next
Michael Tremer [Mon, 17 Feb 2014 15:24:41 +0000 (16:24 +0100)] 
Merge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next

10 years agoRevert "perl-PDF-Create: New package"
Michael Tremer [Mon, 17 Feb 2014 15:17:45 +0000 (16:17 +0100)] 
Revert "perl-PDF-Create: New package"

This reverts commit e7f5c0465ba009549aeb3c61627e26984db576f8.

10 years agoSet version to 2.15 beta2.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:47:31 +0000 (08:47 +0100)] 
Set version to 2.15 beta2.

10 years agonginx: remove tcp_proxy_module patch.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:10:11 +0000 (08:10 +0100)] 
nginx: remove tcp_proxy_module patch.

10 years agoglibc: Backport hotfixes from RHEL6.
Michael Tremer [Sat, 15 Feb 2014 18:40:08 +0000 (19:40 +0100)] 
glibc: Backport hotfixes from RHEL6.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Sat, 15 Feb 2014 17:42:37 +0000 (18:42 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agofireinfo: Exclude some more patterns.
Michael Tremer [Sat, 15 Feb 2014 17:40:55 +0000 (18:40 +0100)] 
fireinfo: Exclude some more patterns.

10 years agou-boot: limit videores to 800x600.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:50:00 +0000 (17:50 +0100)] 
u-boot: limit videores to 800x600.

pandaboard has display problems on console with higher resolutions.

10 years agokernel: disable cpu-idle and debug_ll on arm-multiarch kernel.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:49:17 +0000 (17:49 +0100)] 
kernel: disable cpu-idle and debug_ll on arm-multiarch kernel.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Sat, 15 Feb 2014 16:48:35 +0000 (17:48 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agokernel: enable hyperv driver.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:47:07 +0000 (17:47 +0100)] 
kernel: enable hyperv driver.

10 years agocgi-bin: HTML cleanup, add quotes for attribute values
Alf Høgemark [Sat, 15 Feb 2014 15:54:38 +0000 (16:54 +0100)] 
cgi-bin: HTML cleanup, add quotes for attribute values

10 years agoatm-status.cgi: display more values for solos-pci.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:41:40 +0000 (16:41 +0100)] 
atm-status.cgi: display more values for solos-pci.

10 years agoleds: add geos router support, updated alix leds.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:39:22 +0000 (16:39 +0100)] 
leds: add geos router support, updated alix leds.

10 years agokernel: cs5535audio spam the syslog with access errors.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:29:31 +0000 (16:29 +0100)] 
kernel: cs5535audio spam the syslog with access errors.

On geos boards the cs5535 is present but the ac97 is not there.

10 years agokernel: add some missing gpio modules.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:27:20 +0000 (16:27 +0100)] 
kernel: add some missing gpio modules.

the gpio modules are needed for led's on alix and geos boards.

10 years agocgi-bin and themes: Remove language attribute on script tag
Alf Høgemark [Tue, 11 Feb 2014 18:42:35 +0000 (19:42 +0100)] 
cgi-bin and themes: Remove language attribute on script tag

10 years agologs.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Tue, 11 Feb 2014 18:06:32 +0000 (19:06 +0100)] 
logs.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:53 +0000 (12:45 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoiptables.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:31 +0000 (12:45 +0100)] 
iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agogui.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:44:58 +0000 (12:44 +0100)] 
gui.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoservices.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:50 +0000 (12:23 +0100)] 
services.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoremote.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:06 +0000 (12:23 +0100)] 
remote.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:22:46 +0000 (12:22 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:20:35 +0000 (12:20 +0100)] 
ovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agofireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:17:35 +0000 (12:17 +0100)] 
fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoids.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 10:54:56 +0000 (11:54 +0100)] 
ids.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agomedia.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation
Alf Høgemark [Sun, 9 Feb 2014 10:51:34 +0000 (11:51 +0100)] 
media.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation

10 years agoqos.cgi: Use Language string for legend in graph
Alf Høgemark [Sat, 15 Feb 2014 14:43:56 +0000 (15:43 +0100)] 
qos.cgi: Use Language string for legend in graph

10 years agofirewalllog.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:19:11 +0000 (20:19 +0100)] 
firewalllog.dat: Use language string keys already defined

10 years agofirewalllogport.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:11:10 +0000 (20:11 +0100)] 
firewalllogport.dat: Use language string keys already defined

10 years agofirewalllogip.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:40 +0000 (20:10 +0100)] 
firewalllogip.dat: Use language string keys already defined

10 years agocountry.cgi: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:03 +0000 (20:10 +0100)] 
country.cgi: Use language string keys already defined

10 years agoovpnmain.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:58 +0000 (11:19 +0100)] 
ovpnmain.cgi: Use language string keys already defined

10 years agoqos.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:19 +0000 (11:19 +0100)] 
qos.cgi: Use language string keys already defined

10 years agomedia.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:03:04 +0000 (11:03 +0100)] 
media.cgi: Use language string keys already defined