Revision 442dc4a4
Added by Scott Ullrich over 14 years ago
usr/local/www/services_captiveportal_hostname_edit.php | ||
---|---|---|
134 | 134 |
write_config(); |
135 | 135 |
|
136 | 136 |
if (isset($config['captiveportal']['enable']) && is_module_loaded("ipfw.ko")) |
137 |
captiveportal_init_rules(true);
|
|
137 |
captiveportal_init_rules(); |
|
138 | 138 |
|
139 | 139 |
header("Location: services_captiveportal_hostname.php"); |
140 | 140 |
exit; |
Also available in: Unified diff
Do not call true here according to Ermal