summaryrefslogtreecommitdiff
path: root/net/phpldapadmin098/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin098/files/pkg-message.in')
-rw-r--r--net/phpldapadmin098/files/pkg-message.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in
deleted file mode 100644
index d3a905c60060..000000000000
--- a/net/phpldapadmin098/files/pkg-message.in
+++ /dev/null
@@ -1,21 +0,0 @@
-
-%%PKGNAME%% has been installed into:
-
- %%WWWDIR%%
-
-Please edit config.php to suit your needs.
-
-To make phpLDAPadmin available through your web site, I suggest that
-you add something like the following to httpd.conf:
-
- Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/"
-
- <Directory "%%WWWDIR%%/htdocs">
- Options none
- AllowOverride none
-
- Order Deny,Allow
- Deny from all
- Allow from 127.0.0.1 .example.com
- </Directory>
-