From 1d949f5059409b2d90a64d6d51fa8c1d85ca59f3 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 16 Oct 2012 12:54:42 -0400 Subject: Add a few required things here to allow the script to work --- etc/phpshellsessions/restartipsec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/phpshellsessions') diff --git a/etc/phpshellsessions/restartipsec b/etc/phpshellsessions/restartipsec index f325ed2..66f9eb3 100644 --- a/etc/phpshellsessions/restartipsec +++ b/etc/phpshellsessions/restartipsec @@ -1,2 +1,5 @@ ! echo "Restarting ipsec..." +require_once("config.inc"); +require_once("ipsec.inc"); +require_once("vpn.inc"); vpn_ipsec_configure(); -- cgit v1.1