summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-11 23:09:22 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-11 23:09:22 +0000
commit04875a4697e38f656a4d185c93bb284f74fe6b80 (patch)
treed5bce45c27cc2bd977e5ecd27994c18e4288f6cc /usr
parentc98d28e12ec6df36ac0165051ca678ef0b7ab69a (diff)
downloadpfsense-04875a4697e38f656a4d185c93bb284f74fe6b80.zip
pfsense-04875a4697e38f656a4d185c93bb284f74fe6b80.tar.gz
Back out check we can handle this now.
Discussed-with: cmb@
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index ccf9d2e..e6f445b 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -236,9 +236,6 @@ if ($_POST) {
$input_errors[] = "{$_POST['statetype']} is only valid if the gateway is set to 'default'.";
}
- if($_POST['sched'] && $_POST['gateway'])
- $input_errors[] = "You cannot specify a gateway with time based rules.";
-
if (!(is_specialnet($_POST['srctype']) || ($_POST['srctype'] == "single"))) {
$reqdfields[] = "srcmask";
$reqdfieldsn[] = "Source bit count";
OpenPOWER on IntegriCloud