projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c4951
)
Authorised users only in the admin section.
DESIGN_CHANGE
author
Dave Page
<
[email protected]
>
Fri, 27 Aug 2004 07:39:35 +0000
(07:39 +0000)
committer
Dave Page
<
[email protected]
>
Fri, 27 Aug 2004 07:39:35 +0000
(07:39 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@358
8f5c7a92
-453e-0410-a47f-
ad33c8a6b003
portal/admin/.htaccess
[new file with mode: 0644]
patch
|
blob
diff --git a/portal/admin/.htaccess
b/portal/admin/.htaccess
new file mode 100644
(file)
index 0000000..
e67efc8
--- /dev/null
+++ b/
portal/admin/.htaccess
@@ -0,0
+1,5
@@
+AuthUserFile /usr/local/www/security/pgsql.htpasswd
+AuthGroupFile /dev/null
+AuthName "PostgreSQL Website Administration"
+AuthType Basic
+require valid-user
\ No newline at end of file