]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- added /tmp to open_basedir (required by import operation) auto/th/phpMyAdmin-2_10_1-2
authorTomasz Pala <gotar@pld-linux.org>
Thu, 7 Jun 2007 15:33:03 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.conf -> 1.6

phpMyAdmin.conf

index 7f1a275030e2420f77a4151bf01b224b4c53bfd1..b2adda4b928c6e5919990eb3a24218b987296ebf 100644 (file)
@@ -4,5 +4,5 @@ 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/.."
+       php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp"
 </Directory>
This page took 0.131871 seconds and 4 git commands to generate.