From 7c8b924b063fc6bcca711481f793e268ffb48fbf Mon Sep 17 00:00:00 2001 From: bettina Date: Sun, 11 Mar 2001 02:25:24 +0000 Subject: [PATCH] update PHPGW_INCLUDE_ROOT to show stocks on mainscreen --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3b35b8ccb0..2e05227e8e 100755 --- a/index.php +++ b/index.php @@ -150,7 +150,7 @@ //echo 'Open notify window'; if ($phpgw_info["user"]["apps"]["stocks"] && $phpgw_info["user"]["preferences"]["stocks"]["enabled"]) { - include($phpgw_info["server"]["server_root"] . "/stocks/inc/functions.inc.php"); + include(PHPGW_INCLUDE_ROOT . "/stocks/inc/functions.inc.php"); echo '' . return_quotes($quotes) . ''; } $phpgw->common->hook('',array('email','calendar','news'));