switch to require to exit with a error when this file is not available

include only generates a warning

see http://php.net/include/
This commit is contained in:
Lars Kneschke 2005-09-01 17:10:09 +00:00
parent 3be92d3fa2
commit 7a02fe0c6b

View File

@ -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());