From 7a02fe0c6bf59b40e99fc9874610f7d1654afcab Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Thu, 1 Sep 2005 17:10:09 +0000 Subject: [PATCH] switch to require to exit with a error when this file is not available include only generates a warning see http://php.net/include/ --- setup/inc/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/functions.inc.php b/setup/inc/functions.inc.php index 438ffad51a..b735aa1b21 100644 --- a/setup/inc/functions.inc.php +++ b/setup/inc/functions.inc.php @@ -44,7 +44,7 @@ define('PHPGW_INCLUDE_ROOT','..'); } - include(EGW_INCLUDE_ROOT . '/phpgwapi/inc/common_functions.inc.php'); + require(EGW_INCLUDE_ROOT . '/phpgwapi/inc/common_functions.inc.php'); define('SEP',filesystem_separator());