]> git.plutz.net Git - httpchat/blobdiff - index.cgi
typo for channel list env var
[httpchat] / 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))