Commit 3a25b4b7 authored by Franco Fichtner's avatar Franco Fichtner

upnp: reload filter to properly register rules anchor

parent 505c27c6
...@@ -150,6 +150,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -150,6 +150,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
write_config('Modified Universal Plug and Play settings'); write_config('Modified Universal Plug and Play settings');
miniupnpd_sync_package(); miniupnpd_sync_package();
filter_configure();
header(url_safe('Location: /services_upnp.php')); header(url_safe('Location: /services_upnp.php'));
exit; exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment