From 5cff518f9ecb36247a5729b17e1f766797e7cd41 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 15 May 2008 13:51:21 +0000 Subject: 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 --- ipsectools-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3