changing old PHPGW_API_INC to EGW_API_INC in cli

This commit is contained in:
Klaus Leithoff 2009-09-09 08:08:07 +00:00
parent cc143b76a2
commit 1b8a473d20

View File

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