]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- php_admin_value works only with mod_php
authorshadzik <shadzik@pld-linux.org>
Fri, 30 Oct 2009 23:11:26 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.conf -> 1.7

phpMyAdmin.conf

index b2adda4b928c6e5919990eb3a24218b987296ebf..7ef24e8b1d5f1df6733e9fa19f557fc2be8f673d 100644 (file)
@@ -4,5 +4,6 @@ Alias /myadmin /usr/share/phpMyAdmin
        AllowOverride None
        Order allow,deny
        Allow from all
-       php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp"
+       # uncomment if using apache-mod_php
+       #php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp"
 </Directory>
This page took 0.023998 seconds and 4 git commands to generate.