"all","upload_maxsize"=>"3000000", "listview_max_textlength" => "40" ); set_default_config($default_config_values); require_once('include/logging.php'); require_once('modules/Users/Users.php'); global $currentModule; //if($calculate_response_time) $startTime = microtime(); $log =& LoggerManager::getLogger('index'); global $seclog; $seclog =& LoggerManager::getLogger('SECURITY'); if (isset($_REQUEST['PHPSESSID'])) $log->debug("****Starting for session ".$_REQUEST['PHPSESSID']); else $log->debug("****Starting for new session"); // We use the REQUEST_URI later to construct dynamic URLs. IIS does not pass this field // to prevent an error, if it is not set, we will assign it to '' if(!isset($_SERVER['REQUEST_URI'])) { $_SE