forked from extern/egroupware
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:
parent
3be92d3fa2
commit
7a02fe0c6b
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user