Revision 58ed68e5
Added by Scott Ullrich over 15 years ago
etc/phpshellsessions/enableallowallwan | ||
---|---|---|
15 | 15 |
unlink_if_exists("/tmp/config.cache"); |
16 | 16 |
write_config("pfSsh.php added allow all wan rule"); |
17 | 17 |
unlink_if_exists("/tmp/config.cache"); |
18 |
unset(unset($config['interfaces']['wan']['blockbogons']);
|
|
18 |
unset($config['interfaces']['wan']['blockbogons']); |
|
19 | 19 |
$config = parse_config(true); |
20 | 20 |
echo "Reloading the filter configuration..."; |
21 | 21 |
filter_configure_sync(); |
Also available in: Unified diff
Fix typo