From 4508eb6401ee2ec725474f1257c774bc7e771da5 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/dnscache/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnscache-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnscache-controller.lua') diff --git a/dnscache-controller.lua b/dnscache-controller.lua index 478f913..0cc4d92 100644 --- a/dnscache-controller.lua +++ b/dnscache-controller.lua @@ -57,7 +57,7 @@ function expert(self) if ( self.clientdata.cmdsave ) then modifications = self.model:update_filecontent(modifications) 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