SOURCES: phpMyAdmin.conf - added /tmp to open_basedir (required by...

gotar gotar at pld-linux.org
Thu Jun 7 17:33:09 CEST 2007


Author: gotar                        Date: Thu Jun  7 15:33:09 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added /tmp to open_basedir (required by import operation)

---- Files affected:
SOURCES:
   phpMyAdmin.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/phpMyAdmin.conf
diff -u SOURCES/phpMyAdmin.conf:1.5 SOURCES/phpMyAdmin.conf:1.6
--- SOURCES/phpMyAdmin.conf:1.5	Thu Jun  7 15:14:41 2007
+++ SOURCES/phpMyAdmin.conf	Thu Jun  7 17:33:03 2007
@@ -4,5 +4,5 @@
 	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>
================================================================

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



More information about the pld-cvs-commit mailing list