From 70ddd785f243d58b55189c5a8a408d42b382c84b Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 30 Nov 2006 18:41:23 +1300 Subject: [PATCH] We no longer need register_globals or the RSCDS inc/ directory in our virtual host definition. --- docs/website/installation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index 0d0359f9..896fd13f 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -165,9 +165,9 @@ single virtual host.

ServerName rscds.example.net ServerAlias calendar.example.net Alias /images/ /usr/share/rscds/htdocs/images/ - php_value include_path /usr/share/rscds/inc:/usr/share/awl/inc + php_value include_path /usr/share/awl/inc php_value magic_quotes_gpc 0 - php_value register_globals 1 + php_value register_globals 0 </VirtualHost>