diff options
author | bugreport%peshkin.net <> | 2002-11-27 23:46:05 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-11-27 23:46:05 +0100 |
commit | bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f (patch) | |
tree | da194bbadf1bc3eb6eb08afda0bf96686b7c007f /index.cgi | |
parent | f45012516248617908cf1a5269b042fcec2b4037 (diff) | |
download | bugzilla-bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f.tar.gz bugzilla-bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f.tar.xz |
Bug 173761 Need ability to always require login
patch by joel
r=gerv, a=justdave
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ use vars qw( ConnectToDatabase(); # Check whether or not the user is logged in and, if so, set the $::userid -quietly_check_login(); +quietly_check_login('permit_anonymous'); ############################################################################### # Main Body Execution |