summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-02 16:27:38 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-02 16:27:38 -0500
commit442dc4a4e6a6fbd07a250e01785dbf6833245f81 (patch)
tree074470976c34fd86a75ce77d6637158e5586197f /usr/local/www/services_captiveportal_hostname_edit.php
parentb44f72d1b120b2f23d3f01a60df1d95f6346da74 (diff)
downloadpfsense-442dc4a4e6a6fbd07a250e01785dbf6833245f81.zip
pfsense-442dc4a4e6a6fbd07a250e01785dbf6833245f81.tar.gz
Do not call true here according to Ermal
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname_edit.php2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud