From 442dc4a4e6a6fbd07a250e01785dbf6833245f81 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 2 Feb 2011 16:27:38 -0500 Subject: Do not call true here according to Ermal --- usr/local/www/services_captiveportal_hostname_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/services_captiveportal_hostname_edit.php b/usr/local/www/services_captiveportal_hostname_edit.php index c5ed985..a199341 100755 --- a/usr/local/www/services_captiveportal_hostname_edit.php +++ b/usr/local/www/services_captiveportal_hostname_edit.php @@ -134,7 +134,7 @@ if ($_POST) { write_config(); if (isset($config['captiveportal']['enable']) && is_module_loaded("ipfw.ko")) - captiveportal_init_rules(true); + captiveportal_init_rules(); header("Location: services_captiveportal_hostname.php"); exit; -- cgit v1.1