diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 21:59:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 21:59:52 -0300 |
commit | bfbb12cc9f1c1a14fc0f3989d82dfd1d7bad972e (patch) | |
tree | 13165e966c6f6f8d18a62e0f6386aebb038aa848 /doc/.htaccess | |
parent | 5b333d87eb00eec65f588b841dfd4ee585bd529e (diff) | |
download | hydra-bfbb12cc9f1c1a14fc0f3989d82dfd1d7bad972e.tar.gz hydra-bfbb12cc9f1c1a14fc0f3989d82dfd1d7bad972e.tar.bz2 |
Adding presentation
Diffstat (limited to 'doc/.htaccess')
-rw-r--r-- | doc/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 0000000..efe66e1 --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1,4 @@ +AuthType Basic +AuthName "Hidra: Acesso restrito, senha requerida." +AuthUserFile /var/sites/hidra/site/.htpasswd +#Require valid-user |