From d37161f0e25448abdd9d4a00c42a0664e4fd9f5b Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 2 Aug 2008 20:59:56 +0000 Subject: [PATCH] testing a more generalized web site setup --- htdocs-inc/header.php | 2 +- htdocs/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs-inc/header.php b/htdocs-inc/header.php index da267c85..f46ed6f6 100644 --- a/htdocs-inc/header.php +++ b/htdocs-inc/header.php @@ -8,7 +8,7 @@ - + FCE Ultra<?php if (isset($title)) { print(": $title"); } ?> diff --git a/htdocs/.htaccess b/htdocs/.htaccess index bf83dddb..b9d001e3 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1 +1 @@ -php_value include_path "/home/groups/f/fc/fceultra/htdocs-inc:." +php_value include_path "../htdocs-inc:."