From 57b716e47ff39bb8f28fb2e78be55380d1160777 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/fetchmail/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail-controller.lua b/fetchmail-controller.lua index 8bb6d2a..03668f6 100644 --- a/fetchmail-controller.lua +++ b/fetchmail-controller.lua @@ -96,7 +96,7 @@ function expert(self) --]] return { - option={ script=ENV["SCRIPT_NAME"], + option={ script=self.conf.script, prefix=self.conf.prefix, controller = self.conf.controller, action = "expert", }, -- cgit v1.2.3