mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
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','..');
|
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());
|
define('SEP',filesystem_separator());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user