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 | 57b716e47ff39bb8f28fb2e78be55380d1160777 (patch) | |
| tree | e65b7db2932b85ce61f9a2aff70344fb50854ace /fetchmail-controller.lua | |
| parent | ef144c7522f4b1ed85a352e639584f6dc3ce966b (diff) | |
| download | acf-fetchmail-57b716e47ff39bb8f28fb2e78be55380d1160777.tar.bz2 acf-fetchmail-57b716e47ff39bb8f28fb2e78be55380d1160777.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/fetchmail/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'fetchmail-controller.lua')
| -rw-r--r-- | fetchmail-controller.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
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", },  | 
