mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
changing old PHPGW_API_INC to EGW_API_INC in cli
This commit is contained in:
parent
cc143b76a2
commit
1b8a473d20
@ -128,7 +128,7 @@
|
||||
}
|
||||
$GLOBALS['egw_info']['server']['sessions_type'] = 'db'; // no php4-sessions availible for cgi
|
||||
|
||||
include(PHPGW_API_INC.'/functions.inc.php');
|
||||
include(EGW_API_INC.'/functions.inc.php');
|
||||
|
||||
// check file
|
||||
if (!is_readable($file))
|
||||
|
Loading…
Reference in New Issue
Block a user