php sessions are ok for cli

This commit is contained in:
Cornelius Weiß 2006-09-06 08:14:39 +00:00
parent f53f475e53
commit a43348fc54

View File

@ -67,7 +67,6 @@
}
exit(1);
}
$GLOBALS['egw_info']['server']['sessions_type'] = 'db'; // no php4-sessions availible for cgi
include(PHPGW_API_INC.'/functions.inc.php');