diff options
| author | Dave Page | 2004-08-27 07:39:35 +0000 |
|---|---|---|
| committer | Dave Page | 2004-08-27 07:39:35 +0000 |
| commit | 041bc4761df9b347dc4d9668a1320badc79480a5 (patch) | |
| tree | 7c12cfd640ffb40c08c7e939f6519d607bc5317c | |
| parent | f5c49517df243142fd2f3f7bbb8a399e434389f1 (diff) | |
Authorised users only in the admin section.DESIGN_CHANGE
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@358 8f5c7a92-453e-0410-a47f-ad33c8a6b003
| -rw-r--r-- | portal/admin/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/portal/admin/.htaccess b/portal/admin/.htaccess new file mode 100644 index 00000000..e67efc8f --- /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 |
