From: Steinar H. Gunderson Date: Sat, 16 Jul 2005 22:46:19 +0000 (+0000) Subject: Password-protect the system. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=c02fb14172177cdc7a3637f03e8768a06abf8b10 Password-protect the system. --- diff --git a/html/.htaccess b/html/.htaccess index 4e3e3f7..d787bf3 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -4,3 +4,8 @@ AuthType Basic AuthUserFile /home/cassarossa/itk/sesse/ccbs--mainline--0.1/html/.htpasswd AuthName "Challenge Cup Bigscreen System" Require valid-user + +AuthType Basic +AuthUserFile /home/cassarossa/itk/sesse/ccbs--mainline--0.1/html/.htpasswd +AuthName "Challenge Cup Bigscreen System" +Require valid-user