From 886105e5eea45b6106ebebf6b10ad60c45e7aead Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 20 Mar 2002 20:56:30 +0000 Subject: [PATCH] Now also "inzeraty.php" is password protected - Implemented "radkova inzerce" --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 5bf9249..c8cdd7a 100644 --- a/.htaccess +++ b/.htaccess @@ -4,9 +4,9 @@ php_flag short_open_tag off php_flag magic_quotes_gpc off php_flag magic_quotes_runtime off AddType text/javascript .js - + AuthType Basic AuthName energie.objednavky AuthUserFile /home/short/priv/energie.objednavky.passwd require valid-user - + -- 1.8.3.1