SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
0001531: firewall templates contain sometimes #if $VAR without expression, which is not always what we want - MantisBT
MantisBT - Endian Firewall
View Issue Details
ID
Project
Category
View Status
Date Submitted
Last Update
0001531
Endian Firewall
Firewall (iptables)
public
2009-01-13 17:30
2009-10-27 12:01
Reporter
peter-endian
Assigned To
peter-endian
Priority
normal
Severity
major
Reproducibility
sometimes
Status
closed
Resolution
fixed
Platform
OS
OS Version
Product Version
2.2-rc3
Target Version
2.3
Fixed in Version
2.3
Customer Importance
Customer Occurrences
Queue
Summary
0001531: firewall templates contain sometimes #if $VAR without expression, which is not always what we want
Description
#if $VAR
is only false if $VAR is empty, if it is 'off', it's *not* false
most input firewall config templates have this issue as well as rules.tmpl
#if $log for example