]> git.ipfire.org Git - thirdparty/sarg.git/blame - sarg_htaccess
Fix the static and const correctness of a function
[thirdparty/sarg.git] / sarg_htaccess
CommitLineData
d5d021c5
FM
1AuthUserFile /usr/local/sarg/passwd
2AuthName "SARG, Restricted Access"
3AuthType Basic
4<Limit GET POST>
5Require user admin %u
6</LIMIT>
7