1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-15 09:49:45 +01:00
egroupware_official/phpgwapi/inc/class.sessions.inc.php

8 lines
244 B
PHP

<?php
if (empty($GLOBALS['phpgw_info']['server']['sessions_type']))
{
$GLOBALS['phpgw_info']['server']['sessions_type'] = 'db';
}
include(PHPGW_API_INC.'/class.sessions_'.$GLOBALS['phpgw_info']['server']['sessions_type'].'.inc.php');
?>