Skip to content

Commit 1c6a7da

Browse files
committed
fixed some typos
1 parent 6e3a44a commit 1c6a7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hhdev-bedrock-basic-auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
Author URI: https://haha.nl
99
*/
1010

11-
// fix on CGI systems
12-
// also needs this in htaccess
11+
// needed on some servers to make basic auth work
1312
/*
1413
<IfModule mod_rewrite.c>
1514
RewriteEngine On
1615
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
1716
</IfModule>
1817
*/
18+
1919
/*
2020
// use HHdev Bedrock authentication
2121
Config::define('HTTP_AUTH_USER_NAME', 'username' );

0 commit comments

Comments
 (0)