From: Paul Hänsch Date: Wed, 6 Jan 2021 23:03:31 +0000 (+0100) Subject: typo for channel list env var X-Git-Url: https://git.plutz.net/?p=httpchat;a=commitdiff_plain;h=762b478190c9c192863312a613fc9722b1f4d533 typo for channel list env var --- diff --git a/index.cgi b/index.cgi index c5a8143..a972204 100755 --- 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))