diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-15 13:51:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-15 13:51:21 +0000 |
commit | 5cff518f9ecb36247a5729b17e1f766797e7cd41 (patch) | |
tree | bc97456d4229cf93d3d5f4dddf66f2c24a4e0652 | |
parent | d9df8bb7c0386077676e4018312d716c1bcdbab2 (diff) | |
download | acf-ipsec-tools-5cff518f9ecb36247a5729b17e1f766797e7cd41.tar.bz2 acf-ipsec-tools-5cff518f9ecb36247a5729b17e1f766797e7cd41.tar.xz |
Replaced references to ENV[SCRIPT_NAME] with self.conf.script.
Logon link no longer forced to be https.
git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | ipsectools-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-controller.lua b/ipsectools-controller.lua index 05941db..c7b6d1a 100644 --- a/ipsectools-controller.lua +++ b/ipsectools-controller.lua @@ -57,7 +57,7 @@ function expert (self) modifications2 = self.model:update_filecontent2(modifications2) end - local url = ENV["SCRIPT_NAME"] .. self.conf.prefix .. self.conf.controller + local url = self.conf.script .. self.conf.prefix .. self.conf.controller -- Start/Stop/Restart process local cmdmanagement, actionresult |