1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

phpweb nolonger depends on include_path, all includes use absolute paths

This commit is contained in:
Hannes Magnusson
2007-04-14 09:19:07 +00:00
parent 397a8642ec
commit d2018fd7d4

View File

@@ -165,9 +165,6 @@ $minute = rand(0, 59);
# Webroot of PHP mirror site
DocumentRoot /www/htdocs/phpweb
# These PHP settings are necessary to run a mirror
php_value include_path .:/www/htdocs/phpweb/include
# Log server activity
ErrorLog logs/error_log
TransferLog logs/access_log