needed for check_load_extension (session-handler gets included before regular include via the header.inc.php)

This commit is contained in:
Ralf Becker 2009-04-22 10:35:31 +00:00
parent 660ab41661
commit 561f5e5aac

View File

@ -25,6 +25,9 @@
* @version $Id$
*/
// needed for check_load_extension (session-handler gets included before regular include via the header.inc.php)
require_once(EGW_API_INC.'/common_functions.inc.php');
/**
* File based php sessions or all other build in handlers configures via session_module_name() or php.ini: session.save_handler
*
@ -282,4 +285,4 @@ function init_session_handler()
array($ses,'gc'));
if (!$ret) error_log(__METHOD__.'() session_set_save_handler(...)='.(int)$ret.', session_module_name()='.session_module_name().' *******************************');
}
init_session_handler();
init_session_handler();