diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-13 22:51:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-13 22:51:05 (GMT) |
commit | b678e80176e1e59c59938968e776be133b1633b1 (patch) | |
tree | 8c5cf3ea67596b2d1d075a401d2835d5e795b957 /abs/core-testing/php/php.ini | |
parent | 5c1c5dd7422d1b783d7580a4d6289fca9c94c7c6 (diff) | |
download | linhes_pkgbuild-b678e80176e1e59c59938968e776be133b1633b1.zip linhes_pkgbuild-b678e80176e1e59c59938968e776be133b1633b1.tar.gz linhes_pkgbuild-b678e80176e1e59c59938968e776be133b1633b1.tar.bz2 |
change basedir to reflect the new location of htdocs
users upgrading will need to copy /etc/php/php.ini.pacnew /etc/php/php.inig
Diffstat (limited to 'abs/core-testing/php/php.ini')
-rw-r--r-- | abs/core-testing/php/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini index bc0e862..a2b1e0a 100644 --- a/abs/core-testing/php/php.ini +++ b/abs/core-testing/php/php.ini @@ -249,7 +249,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; and below. This directive makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. -open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/ +open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/ ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is |