SOURCES: phpMyAdmin.conf - allow everyone to access it by default ...

blues blues at pld-linux.org
Wed Dec 28 16:15:28 CET 2005


Author: blues                        Date: Wed Dec 28 15:15:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow everyone to access it by default (keep old way of working)

---- Files affected:
SOURCES:
   phpMyAdmin.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/phpMyAdmin.conf
diff -u SOURCES/phpMyAdmin.conf:1.1 SOURCES/phpMyAdmin.conf:1.2
--- SOURCES/phpMyAdmin.conf:1.1	Thu Sep 11 17:08:41 2003
+++ SOURCES/phpMyAdmin.conf	Wed Dec 28 16:15:23 2005
@@ -1 +1,7 @@
 Alias /myadmin /usr/share/phpMyAdmin
+<Directory "/usr/share/phpMyAdmin">
+	Order allow,deny
+	Allow from localhost
+	Allow from all
+</Directory>
+				
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/phpMyAdmin.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list