From 6ea710b2c8c0f2d3843a07c116fd6f518938b80d Mon Sep 17 00:00:00 2001 From: jengo Date: Sun, 20 Aug 2000 21:34:33 +0000 Subject: [PATCH] Updated the sample for for lowercase --- header.inc.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.inc.php.sample b/header.inc.php.sample index ae1c45f930..619298c259 100644 --- a/header.inc.php.sample +++ b/header.inc.php.sample @@ -19,7 +19,7 @@ * to fit your site, and you should be up and running. * \**************************************************************************/ - $phpgw_info["server"]["include_root"] = "/path/to/phpGroupWare/inc"; + $phpgw_info["server"]["include_root"] = "/path/to/phpgroupware/inc"; /* This is the basic include needed on each page for phpGroupWare application compliance */ $phpgw_flags["htmlcompliant"] = True;