diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-16 16:24:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-16 16:24:18 +0000 |
commit | 34947a640461e39c051714f7d8c7dbfe7d1f1d4d (patch) | |
tree | c57c7a5eb9d50c4a482c21a9c1225997efdb41bd /usr | |
parent | b7028110e228545e9df1e3bddb38f2a4dd2b9b62 (diff) | |
download | pfsense-34947a640461e39c051714f7d8c7dbfe7d1f1d4d.zip pfsense-34947a640461e39c051714f7d8c7dbfe7d1f1d4d.tar.gz |
Reload filter after PPTP vpn changes
Ticket #364
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/vpn_pptp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 98124bb..a6b3d54 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -120,6 +120,8 @@ if ($_POST) { config_unlock(); $savemsg = get_std_save_message($retval); + + filter_configure(); } } |