]> git.plutz.net Git - httpchat/commitdiff
typo for channel list env var
authorPaul Hänsch <paul@plutz.net>
Wed, 6 Jan 2021 23:03:31 +0000 (00:03 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 6 Jan 2021 23:03:31 +0000 (00:03 +0100)
index.cgi

index c5a814396d2be21513dc0a8e42596556244a1e35..a972204122a56047fd9dd91d2e71d6d724335ba6 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -13,7 +13,7 @@ LOCATION="${LOCATION#/}"
 LOCATION="${LOCATION%%/*}"
 
 NICK_REGISTRATION="${NICK_REGISTRATION:-on}"
-CHANNEL_LIST="${ALLOW_LIST:-off}"
+CHANNEL_LIST="${CHANNEL_LIST:-off}"
 
 # ToDo:
 # COOKIE_NICK_EXPIRE=$((86400 * 14))