From 88f79433b6e45479f9e711ba7061c7aadc17577d Mon Sep 17 00:00:00 2001 From: sjb4891 Date: Mon, 23 Oct 2000 19:07:33 +0000 Subject: [PATCH] remove reference to globalconfig --- header.inc.php.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/header.inc.php.sample b/header.inc.php.sample index 42d4ab2787..194cf64046 100644 --- a/header.inc.php.sample +++ b/header.inc.php.sample @@ -13,10 +13,10 @@ /* $Id$ */ /**************************************************************************\ - * !!!!!!! EDIT THESE LINES !!!!!!!! * - * This setting allows you to easily move the include directory * - * simply point this to your inc dir and then edit the globalconfig.inc.php * - * to fit your site, and you should be up and running. * + * !!!!!!! EDIT THESE LINES !!!!!!!! * + * This setting allows you to easily move the include directory and the * + * base of the phpGroupWare install. Simple edit the following 2 lines with * + * the absolute path to fit your site, and you should be up and running. * \**************************************************************************/ $phpgw_info["server"]["server_root"] = "/path/to/phpgroupware";