Revision f7531032
Added by Ermal Luçi about 10 years ago
usr/local/www/vpn_ipsec_settings.php | ||
---|---|---|
212 | 212 |
|
213 | 213 |
vpn_ipsec_configure($needsrestart); |
214 | 214 |
vpn_ipsec_configure_loglevels(); |
215 |
|
|
216 |
header("Location: vpn_ipsec_settings.php"); |
|
217 |
return; |
|
218 | 215 |
} |
216 |
header("Location: vpn_ipsec_settings.php"); |
|
217 |
return; |
|
219 | 218 |
} |
220 | 219 |
|
221 | 220 |
$pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Settings")); |
Also available in: Unified diff
Make this right finally :). Thanks-ti: Phil-davis