Added UPDATING FILE. also fixed a few bugs

This commit is contained in:
int 80h
2020-05-28 16:34:48 -04:00
parent 2f89d8cb9a
commit 014b7c938b
6 changed files with 41 additions and 10 deletions

15
UPDATING Normal file
View File

@@ -0,0 +1,15 @@
20200528:
AFFECTS: CGI USERS
The cgi variable in the configuration file changed from:
cgi = /path/to/cgi-bin
To:
cgi = true
cgipath = /path/to/cgi-bin
If cgi isn't set to true the cgipath variable will not be looked at. And
if the cgipath isn't set but cgi is true then cgi will run from
anywhere.