]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- allow everyone to access it by default (keep old way of working)
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 28 Dec 2005 15:15:23 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.conf -> 1.2

phpMyAdmin.conf

index 84db2452821fc8faf416409718db984730ea6799..43df324d84c74fc8edc49b1045e737cff07826b3 100644 (file)
@@ -1 +1,7 @@
 Alias /myadmin /usr/share/phpMyAdmin
+<Directory "/usr/share/phpMyAdmin">
+       Order allow,deny
+       Allow from localhost
+       Allow from all
+</Directory>
+                               
This page took 0.093312 seconds and 4 git commands to generate.