diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-27 05:21:26 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-27 05:21:26 (GMT) |
commit | 64eae7133eaf840bf101ccce7f30b36abcc0f525 (patch) | |
tree | 6b8bb4c77c48ddd9710b5aa760ee85513635d6c3 /abs/core-testing/php/php.ini | |
parent | aa3633038ed28b321b71d374937da9cb4e11437f (diff) | |
download | linhes_pkgbuild-64eae7133eaf840bf101ccce7f30b36abcc0f525.zip linhes_pkgbuild-64eae7133eaf840bf101ccce7f30b36abcc0f525.tar.gz linhes_pkgbuild-64eae7133eaf840bf101ccce7f30b36abcc0f525.tar.bz2 |
PHP:Modified php.ini open_basedir.
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 1679d87..21c3db1 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 = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/myth/archive +open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/data/srv/httpd/htdocs/archive ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is |