Skip to content

Commit

Permalink
services: fix manual IPSec reload
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 29, 2015
1 parent dea6bf3 commit 1b384c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/www/status_services.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
require_once("captiveportal.inc");
require_once("shortcuts.inc");
require_once("openvpn.inc");
require_once("vpn.inc");

function openvpn_restart_by_vpnid($mode, $vpnid) {
$settings = openvpn_get_settings($mode, $vpnid);
Expand Down

0 comments on commit 1b384c2

Please sign in to comment.