From bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 27 Nov 2002 22:46:05 +0000 Subject: Bug 173761 Need ability to always require login patch by joel r=gerv, a=justdave --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index d4055d058..9a7efb5c5 100755 --- a/token.cgi +++ b/token.cgi @@ -36,7 +36,7 @@ require "CGI.pl"; # Establish a connection to the database backend. ConnectToDatabase(); -quietly_check_login(); +quietly_check_login('permit_anonymous'); # Use the "Token" module that contains functions for doing various # token-related tasks. -- cgit v1.2.3-24-g4f1b