You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							723 lines
						
					
					
						
							82 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							723 lines
						
					
					
						
							82 KiB
						
					
					
				
								./lib/scripts/195.inc:		$_SESSION['GO_SESSION']['password'] = $email2->f('password');
							 | 
						|
								./database/ldap.class.inc:    $this->Host = $auth_sources[$_SESSION['auth_source']]['host'];
							 | 
						|
								./database/ldap.class.inc:    $this->User = $auth_sources[$_SESSION['auth_source']]['user'];
							 | 
						|
								./database/ldap.class.inc:    $this->Password = $auth_sources[$_SESSION['auth_source']]['pass'];
							 | 
						|
								./database/ldap.class.inc:    $this->BaseDN = $auth_sources[$_SESSION['auth_source']]['basedn'];
							 | 
						|
								./database/ldap.class.inc:    $this->PeopleDN = $auth_sources[$_SESSION['auth_source']]['peopledn'];
							 | 
						|
								./database/ldap.class.inc:    $this->GroupsDN = $auth_sources[$_SESSION['auth_source']]['groupsdn'];
							 | 
						|
								./functions.inc:      return $_SESSION['GO_SESSION']['timezone'];
							 | 
						|
								./functions.inc:      return $_SESSION['GO_SESSION']['timezone'] + $_SESSION['GO_SESSION']['DST'];
							 | 
						|
								./functions.inc:    if ($_SESSION['GO_SESSION']['date_format'] == "m-d-Y") {
							 | 
						|
								./functions.inc:  if (isset ($_SESSION['GO_SESSION']['date_format']) && $_SESSION['GO_SESSION']['date_format'] == "m-d-Y") {
							 | 
						|
								./functions.inc:    $db_date .= ' '.date($_SESSION['GO_SESSION']['timeformat'], mktime($hour, $min, $sec));
							 | 
						|
								./functions.inc:  $date = date($_SESSION['GO_SESSION']['date_format'], mktime(0, 0, 0, $month, $day, $year));
							 | 
						|
								./functions.inc:		$date .= ' '.date($_SESSION['GO_SESSION']['time_format'], mktime($hour, $min, $sec));
							 | 
						|
								./functions.inc:			$size = number_format($size / 1073741824, $decimals, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']);
							 | 
						|
								./functions.inc:			$size = number_format($size / 1048576, $decimals, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']);
							 | 
						|
								./functions.inc:			$size = number_format($size / 1024, $decimals, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']);
							 | 
						|
								./functions.inc:			number_format($size, $decimals, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']);
							 | 
						|
								./functions.inc:	if ($_SESSION['GO_SESSION']['mail_client'] == 1) {
							 | 
						|
								./functions.inc:	if ($_SESSION['GO_SESSION']['mail_client'] == 1) {
							 | 
						|
								./functions.inc:	$sort_name = $sort_name == '' ? $_SESSION['GO_SESSION']['sort_name'] : $sort_name;
							 | 
						|
								./checker.php:$_SESSION['notified_new_mail'] = isset($_SESSION['notified_new_mail']) ? $_SESSION['notified_new_mail'] : 0;
							 | 
						|
								./checker.php:$_SESSION['new_mail'] = 0;
							 | 
						|
								./checker.php:if(($_SESSION['GO_SESSION']['start_module'] != 'summary' && $_SESSION['GO_SESSION']['start_module'] != 'email') 
							 | 
						|
								./checker.php:						$_SESSION['unseen_in_mailbox'][$account['id']] = 0;
							 | 
						|
								./checker.php:					  	$_SESSION['unseen_in_mailbox'][$account['id']] += $status->unseen;
							 | 
						|
								./checker.php:					    $_SESSION['new_mail'] += $status->unseen;
							 | 
						|
								./checker.php:					      	$_SESSION['unseen_in_mailbox'][$account['id']] += $status->unseen;
							 | 
						|
								./checker.php:									$_SESSION['new_mail'] += $status->unseen;
							 | 
						|
								./checker.php:				  	$_SESSION['unseen_in_mailbox'][$account['id']] = $status->unseen;
							 | 
						|
								./checker.php:				    $_SESSION['new_mail'] += $status->unseen;					
							 | 
						|
								./checker.php:	  if ($_SESSION['new_mail'] > 0 && $_SESSION['new_mail'] > $_SESSION['notified_new_mail'])
							 | 
						|
								./checker.php:	  if($_SESSION['notified_new_mail'] >  $_SESSION['new_mail'])
							 | 
						|
								./checker.php:	  	$_SESSION['notified_new_mail'] =  $_SESSION['new_mail'];
							 | 
						|
								./index.php~:	unset($_SESSION);
							 | 
						|
								./index.php~:	$_SESSION['GO_SESSION']['start_module']);
							 | 
						|
								./index.php~:		if ($GO_AUTH->login($username, $password, $_SESSION['auth_source']))
							 | 
						|
								./index.php~:				$_POST['SET_LANGUAGE'] != $_SESSION['GO_SESSION']['language']['id'])
							 | 
						|
								./index.php~:				if ($_SESSION['GO_SESSION']['first_name'] == '' ||
							 | 
						|
								./index.php~:				$_SESSION['GO_SESSION']['last_name'] == '' ||
							 | 
						|
								./index.php~:				$_SESSION['GO_SESSION']['email'] == '')
							 | 
						|
								./index.php~:					$start_module = $GO_MODULES->get_module($_SESSION['GO_SESSION']['start_module']);
							 | 
						|
								./configuration/profile.inc:		$datepicker->print_date_picker('birthday', $_SESSION['GO_SESSION']['date_format'], $birthday);
							 | 
						|
								./configuration/profile.inc:	if ($_SESSION['GO_SESSION']['first_name'] != '' && $_SESSION['GO_SESSION']['last_name'] != '' && $_SESSION['GO_SESSION']['email'] != '')
							 | 
						|
								./configuration/profile.inc:	if ($_SESSION['GO_SESSION']['first_name'] == '' || $_SESSION['GO_SESSION']['last_name'] == '' || $_SESSION['GO_SESSION']['email'] == '')
							 | 
						|
								./configuration/index.php:  unset($_SESSION);
							 | 
						|
								./configuration/index.php:					$mail_body .= $_SESSION['GO_SESSION']['name']." ".$ac_auth_accept_mail_body;
							 | 
						|
								./configuration/index.php:				$mail_body .= $_SESSION['GO_SESSION']['name']." ".$ac_auth_decline_mail_body;
							 | 
						|
								./configuration/index.php:if ($_SESSION['GO_SESSION']['first_name'] != '' && $_SESSION['GO_SESSION']['last_name'] != '' && $_SESSION['GO_SESSION']['email'] != '')
							 | 
						|
								./configuration/statistics.inc:        <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($profile['registration_time'])); ?></td>
							 | 
						|
								./configuration/statistics.inc:        <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'],  gmt_to_local_time($_SESSION['GO_SESSION']['lastlogin'])); ?></td>
							 | 
						|
								./configuration/statistics.inc:        <td><?php echo number_format($profile["logins"], 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']); ?></td>
							 | 
						|
								./configuration/look.inc:$dropbox->print_dropbox("language", $_SESSION['GO_SESSION']['language']['code']);
							 | 
						|
								./configuration/look.inc:    $dropbox->print_dropbox("theme", $_SESSION['GO_SESSION']['theme']);
							 | 
						|
								./configuration/look.inc:if($_SESSION['GO_SESSION']['start_module'] == '')
							 | 
						|
								./configuration/look.inc:$dropbox->print_dropbox('start_module', $_SESSION['GO_SESSION']['start_module']);
							 | 
						|
								./configuration/look.inc:	$checked = ($_SESSION['GO_SESSION']['mail_client'] == 1) ? true : false;
							 | 
						|
								./configuration/look.inc:$dropbox->print_dropbox('max_rows_list', $_SESSION['GO_SESSION']['max_rows_list']);
							 | 
						|
								./configuration/look.inc:if ($_SESSION['GO_SESSION']['start_module'] != '')
							 | 
						|
								./configuration/notations.inc:$dropbox->print_dropbox("timezone", $_SESSION['GO_SESSION']['timezone']);
							 | 
						|
								./configuration/notations.inc:$checkbox = new checkbox('DST', '1', $adjust_to_dst, $_SESSION['GO_SESSION']['DST']);
							 | 
						|
								./configuration/notations.inc:$dropbox->print_dropbox("date_format", $_SESSION['GO_SESSION']['date_format']);
							 | 
						|
								./configuration/notations.inc:$dropbox->print_dropbox("time_format", $_SESSION['GO_SESSION']['time_format']);
							 | 
						|
								./configuration/notations.inc:$dropbox->print_dropbox("first_weekday", $_SESSION['GO_SESSION']['first_weekday']);
							 | 
						|
								./configuration/notations.inc:$dropbox->print_dropbox('sort_name', $_SESSION['GO_SESSION']['sort_name']);
							 | 
						|
								./configuration/notations.inc:<input type="text" class="textbox" size="3" name="thousands_seperator" value="<?php echo $_SESSION['GO_SESSION']['thousands_seperator']; ?>" maxlength="1" />
							 | 
						|
								./configuration/notations.inc:<input type="text" class="textbox" size="3" name="decimal_seperator" value="<?php echo $_SESSION['GO_SESSION']['decimal_seperator']; ?>" maxlength="1" />
							 | 
						|
								./configuration/notations.inc:<input type="text" class="textbox" size="3" max_length="3" name="currency" value="<?php echo $_SESSION['GO_SESSION']['currency']; ?>" />
							 | 
						|
								./configuration/notations.inc:if ($_SESSION['GO_SESSION']['start_module'] != '')
							 | 
						|
								./modules/cms/edit.php:if ($folder_id == 0 || $_SESSION['site_id'] == 0) {
							 | 
						|
								./modules/cms/edit.php:	$cms->get_search_words($_SESSION['language_id']);
							 | 
						|
								./modules/cms/edit.php:		$link = 'search_word.php?task=save_search_word&search_word_name='.urlencode(smart_stripslashes($_POST['search_word_name'])).'&language_id='.$_SESSION['language_id'].'&return_to='.urlencode($link_back);
							 | 
						|
								./modules/cms/edit.php:		header('Location: language.php?language_id='.$_SESSION['language_id'].'&language_tab=search_words&return_to='.urlencode($link_back));
							 | 
						|
								./modules/cms/edit.php:if ($site = $cms->get_site($_SESSION['site_id'])) {
							 | 
						|
								./modules/cms/edit.php:	$language = $cms->get_language($_SESSION['language_id']);
							 | 
						|
								./modules/cms/edit.php:    popup('select.php?site_id=".$_SESSION['site_id']."', '600', '400');
							 | 
						|
								./modules/cms/edit.php:	    popup('questionnaires/select.php?site_id=".$_SESSION['site_id']."', '300', '400');
							 | 
						|
								./modules/cms/edit.php:	    popup('".$com_plugin['url']."select.php?site_id=".$_SESSION['site_id']."', '300', '400');
							 | 
						|
								./modules/cms/edit.php:$GO_HEADER['head'] = $htmlarea->get_header('content', -370, -125, 25, $pagestyle, "config.baseURL='';", true, $template['restrict_editor'], 'cms/'.$_SESSION['site_id'].'/images/');
							 | 
						|
								./modules/cms/edit.php:	echo '<a class="small" target="_blank" href="view.php?site_id='.$_SESSION['site_id'].'&folder_id='.$folder_id.'&file_id='.$file_id.'" title="'.$cms_preview.' \''.$name.'\'"><img src="'.$GO_THEME->images['magnifier_big'].'" border="0" /><br />'.$cms_preview.'</a></td>';
							 | 
						|
								./modules/cms/edit.php:	echo ' <a'.$style.' href="search_word.php?search_word_id='.$search_word['id'].'&language_id='.$_SESSION['language_id'].'&return_to='.urlencode($link_back).'">'.$search_word['search_word'].'</a>';
							 | 
						|
								./modules/cms/files.inc:$_SESSION['cut_files'] = isset($_SESSION['cut_files']) ? $_SESSION['cut_files'] : array();
							 | 
						|
								./modules/cms/files.inc:$_SESSION['cut_folders'] = isset($_SESSION['cut_folders']) ? $_SESSION['cut_folders'] : array();
							 | 
						|
								./modules/cms/files.inc:$_SESSION['copy_folders'] = isset($_SESSION['copy_folders']) ? $_SESSION['copy_folders'] : array();
							 | 
						|
								./modules/cms/files.inc:$_SESSION['copy_files'] = isset($_SESSION['copy_files']) ? $_SESSION['copy_files'] : array();
							 | 
						|
								./modules/cms/files.inc:if((count($_SESSION['cut_files'] ) + count($_SESSION['cut_folders']) + count($_SESSION['copy_folders']) + count($_SESSION['copy_files'] )) > 0)
							 | 
						|
								./modules/cms/files.inc:echo '<a class="small" target="_blank" href="view.php?site_id='.$_SESSION['site_id'].'&folder_id='.$folder_id.'" title="'.$cms_preview.' \''.$site['domain'].'\'"><img src="'.$GO_THEME->images['magnifier_big'].'" border="0" /><br />'.$cms_preview.'</a></td>';
							 | 
						|
								./modules/cms/files.inc:	echo '<a class="small" href="site.php?site_id='.$_SESSION['site_id'].'&return_to='.rawurlencode($GO_MODULES->url.'browse.php?folder_id='.$folder_id).'"><img src="'.$GO_THEME->images['cms_settings'].'" border="0" height="32" width="32" /><br />'.$cms_settings.'</a></td>';
							 | 
						|
								./modules/cms/files.inc:	echo '<a class="small" href="language.php?language_id='.$_SESSION['language_id'].'&return_to='.rawurlencode($GO_MODULES->url.'browse.php?folder_id='.$folder_id).'"><img src="'.$GO_THEME->images['cms_settings'].'" border="0" height="32" width="32" /><br />'.$cms_settings.'</a></td>';
							 | 
						|
								./modules/cms/files.inc:  echo '<a class="small" href="'.$qn_plugin['url'].'?site_id='.$_SESSION['site_id'].'"><img src="'.$GO_THEME->images['questionmark'].'" border="0" height="32" width="32" /><br />Vragenlijsten</a></td>';
							 | 
						|
								./modules/cms/browse.php:	$_SESSION['site_id'] =$_REQUEST['site_id'];
							 | 
						|
								./modules/cms/browse.php:	$cms->get_languages($_SESSION['site_id'] );
							 | 
						|
								./modules/cms/browse.php:		$language_id = $_SESSION['language_id'] = $cms->f('id');
							 | 
						|
								./modules/cms/browse.php:	$_SESSION['language_id'] = $_REQUEST['language_id'];
							 | 
						|
								./modules/cms/browse.php:if(!$site = $cms->get_site($_SESSION['site_id'] ))
							 | 
						|
								./modules/cms/browse.php: 	$cms->get_languages($_SESSION['site_id'] );
							 | 
						|
								./modules/cms/browse.php:$link_back = $GO_MODULES->url.'browse.php?site_id='.$_SESSION['site_id'] .'&folder_id='.$folder_id;
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['cut_files'] = isset($_POST['files']) ? $_POST['files'] : array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['cut_folders'] = isset($_POST['folders']) ? $_POST['folders'] : array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['copy_folders'] = array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['copy_files'] = array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['copy_files'] = isset($_POST['files']) ? $_POST['files'] : array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['copy_folders'] = isset($_POST['folders']) ? $_POST['folders'] : array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['cut_folders'] = array();
							 | 
						|
								./modules/cms/browse.php:    $_SESSION['cut_files'] = array();
							 | 
						|
								./modules/cms/browse.php:    while ($file = smart_stripslashes(array_shift($_SESSION['cut_files'] )))
							 | 
						|
								./modules/cms/browse.php:    while ($file = smart_stripslashes(array_shift($_SESSION['copy_files'])))
							 | 
						|
								./modules/cms/browse.php:    while ($folder = smart_stripslashes(array_shift($_SESSION['cut_folders'])))
							 | 
						|
								./modules/cms/browse.php:    while ($folder = smart_stripslashes(array_shift($_SESSION['copy_folders'])))
							 | 
						|
								./modules/cms/listview.inc:	  if (isset($_SESSION['cut_folders']) && in_array($item['id'], $_SESSION['cut_folders']))
							 | 
						|
								./modules/cms/listview.inc:	    echo '<a target="_blank" href="download.php?site_id='.$_SESSION['site_id'].'&file_id='.$item['id'].'" title="'.htmlspecialchars($item['name']).'">';
							 | 
						|
								./modules/cms/listview.inc:	  if (isset($_SESSION['cut_files']) && in_array($item['id'], $_SESSION['cut_files']))
							 | 
						|
								./modules/cms/components/select.php:$forms_path = $GO_CONFIG->local_path.'/cms/'.$_SESSION['site_id'].'/forms/';
							 | 
						|
								./modules/cms/select.php:$site = $cms->get_site($_SESSION['site_id']);
							 | 
						|
								./modules/cms/select.php:$language = $cms->get_language($_SESSION['language_id']);
							 | 
						|
								./modules/cms/select.php:$_SESSION['cms']['select_folder_id'] = isset($_SESSION['cms']['select_folder_id']) ? $_SESSION['cms']['select_folder_id'] : $language['root_folder_id'];
							 | 
						|
								./modules/cms/select.php:$folder_id = isset ($_REQUEST['folder_id']) ? $_REQUEST['folder_id'] : $_SESSION['cms']['select_folder_id'];
							 | 
						|
								./modules/cms/select.php:$_SESSION['cms']['select_folder_id'] = $folder_id;
							 | 
						|
								./modules/cms/upload_template_file.inc:	echo $fbMaxUploadSize.": ".format_size($GO_CONFIG->max_file_size)." (".number_format($GO_CONFIG->max_file_size, 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)";
							 | 
						|
								./modules/cms/upload.inc:	echo $fbMaxUploadSize.": ".format_size($GO_CONFIG->max_file_size)." (".number_format($GO_CONFIG->max_file_size, 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)";
							 | 
						|
								./modules/cms/language.php:		if(!file_exists($GO_CONFIG->root_path.'public_files/'.$_SESSION['GO_SESSION']['username'].'/'))
							 | 
						|
								./modules/cms/language.php:			mkdir($GO_CONFIG->root_path.'public_files/'.$_SESSION['GO_SESSION']['username'].'/', $GO_CONFIG->create_mode);
							 | 
						|
								./modules/cms/language.php:		$GO_CONFIG->root_path.'public_files/'.$_SESSION['GO_SESSION']['username'].'/'.$_FILES['user_image']['name']))
							 | 
						|
								./modules/cms/language.php:			$cms->save_language_image($language_id, smart_addslashes($GO_CONFIG->host.'public_files/'.$_SESSION['GO_SESSION']['username'].'/'.$_FILES['user_image']['name']));
							 | 
						|
								./modules/cms/treeview.inc:    $open = in_array($folders[$i]['id'], $_SESSION['expanded']);
							 | 
						|
								./modules/cms/treeview.inc:if (!isset($_SESSION['expanded']))
							 | 
						|
								./modules/cms/treeview.inc:  $_SESSION['expanded'][]=-1;
							 | 
						|
								./modules/cms/treeview.inc:  $key = array_search($_REQUEST['expand_id'], $_SESSION['expanded']);
							 | 
						|
								./modules/cms/treeview.inc:    $_SESSION['expanded'][] = $expand_id;
							 | 
						|
								./modules/cms/treeview.inc:    unset($_SESSION['expanded'][$key]);
							 | 
						|
								./modules/cms/treeview.inc:  $key = array_search($folder_id, $_SESSION['expanded']);
							 | 
						|
								./modules/cms/treeview.inc:    $_SESSION['expanded'][] = $folder_id;
							 | 
						|
								./modules/cms/treeview.inc:$cms2->get_languages($_SESSION['site_id'] );
							 | 
						|
								./modules/cms/treeview.inc:	if($_SESSION['language_id'] == $cms2->f('id'))
							 | 
						|
								./modules/cms/template_files.inc:	echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'], $cms->f('mtime')).'  </td>';
							 | 
						|
								./modules/cms/view.php:$_REQUEST['site_id'] = isset($_REQUEST['site_id']) ? $_REQUEST['site_id'] : $_SESSION['site_id'];
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:			$_SESSION['site_id'] = $this->site['id'];
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:			//unset($_SESSION['language']);
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:			if (isset ($_SESSION['site_id']) && $_SESSION['site_id'] != $this->site['id']) {
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:					unset ($_SESSION['language']);
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:				$_SESSION['site_id'] = $this->site['id'];
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:				if (isset ($_SESSION['site_id']) && $_SESSION['site_id'] != $this->site['id']) {
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:					unset ($_SESSION['language']);
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:				$_SESSION['site_id'] = $this->site['id'];
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:		$this->language = isset ($_SESSION['language']) ? $_SESSION['language'] : false;
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:			$this->language = $_SESSION['language'] = $this->get_language($language_id);
							 | 
						|
								./modules/cms/classes/cms_site.class.inc:				$this->language = $_SESSION['language'] = $this->Record;
							 | 
						|
								./modules/cms/properties.php:$language = $cms->get_language($_SESSION['language_id']);
							 | 
						|
								./modules/cms/properties.php:$site = $cms->get_site($_SESSION['site_id']) ;
							 | 
						|
								./modules/cms/properties.php:	$cms->get_search_words($_SESSION['language_id']);
							 | 
						|
								./modules/cms/properties.php:			echo '<p><a class="normal" href="language.php?language_id='.$_SESSION['language_id'].'&language_tab=search_words&return_to='.urlencode($link_back).'">'.$cms_search_words_overview.'</a>';
							 | 
						|
								./modules/cms/properties.php:			echo ' | <a class="normal" href="search_word.php?language_id='.$_SESSION['language_id'].'&return_to='.urlencode($link_back).'">'.$cmdAdd.'</a>';
							 | 
						|
								./modules/cms/properties.php:				echo ' <a'.$style.' href="search_word.php?search_word_id='.$search_word['id'].'&language_id='.$_SESSION['language_id'].'&return_to='.urlencode($link_back).'">'.$search_word['search_word'].'</a>';
							 | 
						|
								./modules/cms/properties.php:		<?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $item['mtime']+($_SESSION['GO_SESSION']['timezone']*3600)); ?>
							 | 
						|
								./modules/chat/config.php: if ($_SESSION['chat_admin'] == 1) return 1;
							 | 
						|
								./modules/chat/index.php:$_SESSION['chat_admin'] = $admin;
							 | 
						|
								./modules/chat/index.php:$username = $_SESSION['GO_SESSION']['username'];
							 | 
						|
								./modules/email/add_contacts.php:unset($_SESSION['GO_HANDLER']);
							 | 
						|
								./modules/email/folders.inc:	unset($_SESSION['email_id']);
							 | 
						|
								./modules/email/attachments.php:		for ($i=$j=0;$i<count($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->file_name = $_SESSION['attach_array'][$i]->file_name;
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->tmp_file = $_SESSION['attach_array'][$i]->tmp_file;
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->file_size = $_SESSION['attach_array'][$i]->file_size;
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->file_mime = $_SESSION['attach_array'][$i]->file_mime;
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->content_id = $_SESSION['attach_array'][$i]->content_id;
							 | 
						|
								./modules/email/attachments.php:				$tmp_array[$j]->disposition = $_SESSION['attach_array'][$i]->disposition;
							 | 
						|
								./modules/email/attachments.php:				@unlink($_SESSION['attach_array'][$i]->tmp_file);
							 | 
						|
								./modules/email/attachments.php:		$_SESSION['attach_array'] = $tmp_array;
							 | 
						|
								./modules/email/attachments.php:				if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/attachments.php:					for($i=1;$i<count($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/attachments.php:						$attachments_size += $_SESSION['attach_array'][$i]->file_size;
							 | 
						|
								./modules/email/attachments.php:						$_SESSION['GO_SESSION']['decimal_seperator'], 
							 | 
						|
								./modules/email/attachments.php:						$_SESSION['GO_SESSION']['thousands_seperator']).' bytes)</p>';
							 | 
						|
								./modules/email/attachments.php:	if (isset($_SESSION['attach_array']) && count($_SESSION['attach_array']) > 0)
							 | 
						|
								./modules/email/attachments.php:	  for ($i=0;$i<count($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/attachments.php:	    if ($_SESSION['attach_array'][$i]->disposition == 'attachment')
							 | 
						|
								./modules/email/attachments.php:	      $totalsize += $_SESSION['attach_array'][$i]->file_size;
							 | 
						|
								./modules/email/attachments.php:	      $extension = get_extension($_SESSION['attach_array'][$i]->file_name);
							 | 
						|
								./modules/email/attachments.php:	      		' '.$_SESSION['attach_array'][$i]->file_name.'</td>'.
							 | 
						|
								./modules/email/attachments.php:	      		'<td>'.format_size($_SESSION['attach_array'][$i]->file_size).'</td></tr>';
							 | 
						|
								./modules/email/attachments.php:	      		' '.$_SESSION['attach_array'][$i]->file_name.'</div>';
							 | 
						|
								./modules/email/attachments.php:				 $_SESSION['GO_SESSION']['decimal_seperator'], 
							 | 
						|
								./modules/email/attachments.php:				 $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)";
							 | 
						|
								./modules/email/account.inc:	$name = isset($_REQUEST['name']) ? smart_stripslashes($_REQUEST['name']) : $_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/email/account.inc:	$mail_address = isset($_REQUEST['mail_address']) ? smart_stripslashes($_REQUEST['mail_address']) : $_SESSION['GO_SESSION']['email'];
							 | 
						|
								./modules/email/message.php:$max_rows = isset ($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/email/message.php:		$email_search_query = str_replace('FROM', 'TO', $_SESSION['email_search_query']);
							 | 
						|
								./modules/email/message.php:		$email_search_query = $_SESSION['email_search_query'];
							 | 
						|
								./modules/email/message.php:	$_SESSION['notified_new_mail'] -= 1;
							 | 
						|
								./modules/email/message.php:	<td><b><?php echo $strDate; ?>:</b> <?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($content['udate'])); ?></td>
							 | 
						|
								./modules/email/message.php:			<td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($content['udate'])); ?></td>
							 | 
						|
								./modules/email/message.php:	echo "<script type=\"text/javascript\">\npopup('"."notification.php?notification=".urlencode($content["notification"])."&date=".urlencode(date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $content['udate']))."&subject=".urlencode($subject)."&to=".urlencode($to)."','500','150');\n</script>\n";
							 | 
						|
								./modules/email/compose.inc:		$_SESSION['url_replacements'] = array ();
							 | 
						|
								./modules/email/compose.inc:						$_SESSION['url_replacements'][] = $url_replacement;
							 | 
						|
								./modules/email/compose.inc:		if (isset ($_SESSION['url_replacements'])) {
							 | 
						|
								./modules/email/compose.inc:			for ($i = 0; $i < count($_SESSION['url_replacements']); $i ++) {
							 | 
						|
								./modules/email/compose.inc:				$template_body = str_replace('cid:'.$_SESSION['url_replacements'][$i]['id'], $_SESSION['url_replacements'][$i]['url'], $template_body);
							 | 
						|
								./modules/email/compose.inc:if(isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/compose.inc:	for ($i = 0; $i < count($_SESSION['attach_array']); $i ++) {
							 | 
						|
								./modules/email/compose.inc:		if ($_SESSION['attach_array'][$i]->disposition == 'attachment') {
							 | 
						|
								./modules/email/compose.inc:			$extension = get_extension($_SESSION['attach_array'][$i]->file_name);
							 | 
						|
								./modules/email/compose.inc:	      		' '.$_SESSION['attach_array'][$i]->file_name.'</div>';
							 | 
						|
								./modules/email/attach_online.php:if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/attach_online.php:	for($i=0;$i<sizeof($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/attach_online.php:		$attachments_size += $_SESSION['attach_array'][$i]->file_size;
							 | 
						|
								./modules/email/attach_online.php:			alert("<?php echo $ml_file_too_big.format_size($GO_CONFIG->max_attachment_size)." (".number_format($GO_CONFIG->max_attachment_size, 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)."; ?>");
							 | 
						|
								./modules/email/index.php:$max_rows = isset ($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/email/index.php:if ($task == 'set_search_query' || !isset ($_SESSION['email_search_query'])) {
							 | 
						|
								./modules/email/index.php:	$_SESSION['email_search_query'] = $mail->build_search_query($subject, $from, $to, $cc, $body, $before, $since, $before, $since, $flagged, $answered);
							 | 
						|
								./modules/email/message_body.php:		'<td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($content['udate'])).'</td>'.
							 | 
						|
								./modules/email/send.php:		if (isset($_SESSION['url_replacements']))
							 | 
						|
								./modules/email/send.php:			while($url_replacement = array_shift($_SESSION['url_replacements']))
							 | 
						|
								./modules/email/send.php:			unset($_SESSION['url_replacements']);
							 | 
						|
								./modules/email/send.php:		if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/send.php:			for ($i=0;$i<count($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/send.php:				$tmp_file = stripslashes($_SESSION['attach_array'][$i]->tmp_file);
							 | 
						|
								./modules/email/send.php:					if ($_SESSION['attach_array'][$i]->disposition == 'attachment' || strpos($mail_body, $_SESSION['attach_array'][$i]->content_id))
							 | 
						|
								./modules/email/send.php:						if ($_SESSION['attach_array'][$i]->disposition == 'attachment')
							 | 
						|
								./modules/email/send.php:							$mail->AddAttachment($tmp_file, $_SESSION['attach_array'][$i]->file_name, 'base64',  $_SESSION['attach_array'][$i]->file_mime) ;
							 | 
						|
								./modules/email/send.php:							$mail->AddEmbeddedImage($tmp_file, $_SESSION['attach_array'][$i]->content_id, imap_8bit($_SESSION['attach_array'][$i]->file_name), 'base64',  $_SESSION['attach_array'][$i]->file_mime);
							 | 
						|
								./modules/email/send.php:					if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/send.php:						while($attachment = array_shift($_SESSION['attach_array']))
							 | 
						|
								./modules/email/send.php:					unset($_SESSION['attach_array']);
							 | 
						|
								./modules/email/send.php:				if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/send.php:					while($attachment = array_shift($_SESSION['attach_array']))
							 | 
						|
								./modules/email/send.php:				unset($_SESSION['attach_array']);
							 | 
						|
								./modules/email/send.php:			unset($_SESSION['attach_array']);
							 | 
						|
								./modules/email/send.php:			unset($_SESSION['url_replacements']);
							 | 
						|
								./modules/email/send.php:					$_SESSION['url_replacements'][] = $url_replacement;
							 | 
						|
								./modules/email/send.php:					if (isset($_SESSION['url_replacements']))
							 | 
						|
								./modules/email/send.php:						for ($i=0;$i<count($_SESSION['url_replacements']);$i++)
							 | 
						|
								./modules/email/send.php:							$mail_body = str_replace('cid:'.$_SESSION['url_replacements'][$i]['id'], $_SESSION['url_replacements'][$i]['url'], $mail_body);
							 | 
						|
								./modules/email/send.php:						$header_om .= "<b>".$strDate.": </b>".date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'],$content["udate"])."<br />";
							 | 
						|
								./modules/email/send.php:						$header_om .= $strDate.": ".date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'],$content["udate"])."\r\n\r\n\r\n";
							 | 
						|
								./modules/email/search.php:$date_picker->print_date_picker('before', $_SESSION['GO_SESSION']['date_format'], $before);
							 | 
						|
								./modules/email/search.php:$date_picker->print_date_picker('since', $_SESSION['GO_SESSION']['date_format'], $since);
							 | 
						|
								./modules/email/messages.php:$max_rows = isset ($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/email/messages.php:if ($task == 'set_search_query' || !isset ($_SESSION['email_search_query'])) {
							 | 
						|
								./modules/email/messages.php:	$_SESSION['email_search_query'] = $mail->build_search_query($subject, $from, $to, $cc, $body, $before, $since, $before, $since, $flagged, $answered);
							 | 
						|
								./modules/email/messages.php:	$email_search_query = str_replace('FROM', 'TO', $_SESSION['email_search_query']);
							 | 
						|
								./modules/email/messages.php:	$email_search_query = $_SESSION['email_search_query'];
							 | 
						|
								./modules/email/messages.php:			 '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($mail->f('udate'))).'</td>'.
							 | 
						|
								./modules/email/messages.php:if ($_SESSION['email_search_query'] != '') {
							 | 
						|
								./modules/email/treeview.php:	if(!isset($_SESSION['treeview']))
							 | 
						|
								./modules/email/treeview.php:		$_SESSION['treeview'] = new treeview();
							 | 
						|
								./modules/email/treeview.php:		$_SESSION['treeview']->reset();
							 | 
						|
								./modules/email/treeview.php:		$_SESSION['treeview']->addRootNode($accountNode);	
							 | 
						|
								./modules/email/treeview.php:echo $_SESSION['treeview']->getTreeview();
							 | 
						|
								./modules/email/save_attachment.php:	$_SESSION['email_tmp_file'] = $GO_CONFIG->tmpdir.$filename;
							 | 
						|
								./modules/email/save_attachment.php:	$filename = basename($_SESSION['email_tmp_file']);
							 | 
						|
								./modules/email/save_attachment.php:		if ($fs->move($_SESSION['email_tmp_file'], $new_path))
							 | 
						|
								./modules/email/save_attachment.php:			unset($_SESSION['tmp_account_id']);
							 | 
						|
								./modules/email/save_attachment.php:			unset($_SESSION['email_tmp_file']);
							 | 
						|
								./modules/email/save_attachment.php:	$_SESSION['tmp_account_id'] = $_REQUEST['account_id'];
							 | 
						|
								./modules/email/save_attachment.php:$account = $email->get_account($_SESSION['tmp_account_id']);
							 | 
						|
								./modules/email/save_attachment.php:if (!file_exists($_SESSION['email_tmp_file']) && !is_dir($_SESSION['email_tmp_file']))
							 | 
						|
								./modules/email/save_attachment.php:		$fp = fopen($_SESSION['email_tmp_file'],"w+");
							 | 
						|
								./modules/email/classes/email.class.inc:			$_SESSION['GO_SESSION']['user_id']."'";
							 | 
						|
								./modules/email/classes/email.class.inc:		$_SESSION['attach_array'][] = $attachment;
							 | 
						|
								./modules/email/attach_inline.php:if (isset($_SESSION['attach_array']))
							 | 
						|
								./modules/email/attach_inline.php:	for($i=0;$i<sizeof($_SESSION['attach_array']);$i++)
							 | 
						|
								./modules/email/attach_inline.php:		$attachments_size += $_SESSION['attach_array'][$i]->file_size;
							 | 
						|
								./modules/email/attach_inline.php:		$_SESSION['url_replacements'][] = $url_replacement;
							 | 
						|
								./modules/email/attach_inline.php:			alert("<?php echo $ml_file_too_big.format_size($GO_CONFIG->max_attachment_size)." (".number_format($GO_CONFIG->max_attachment_size, 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)."; ?>");
							 | 
						|
								./modules/notes/note.php:  $ctime = date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($note['ctime']));
							 | 
						|
								./modules/notes/note.php:  $mtime = date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($note['mtime']));
							 | 
						|
								./modules/notes/note.php:  $ctime = date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/notes/note.php:  $mtime = date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/notes/notes.inc:$notes_max_rows = isset($_REQUEST['notes_max_rows']) ? $_REQUEST['notes_max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/notes/notes.inc:		echo '<td valign="top" nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($notes->f('mtime'))).'</td><td valign="top">';
							 | 
						|
								./modules/notes/classes/notes.class.inc:      " WHERE ((users_groups.user_id = ".$_SESSION['GO_SESSION']['user_id']." AND acl.user_id = 0 ) OR (".
							 | 
						|
								./modules/notes/classes/notes.class.inc:      "acl.group_id = 0 AND acl.user_id = ".$_SESSION['GO_SESSION']['user_id'].")) ".
							 | 
						|
								./modules/notes/classes/notes.class.inc:      "AND mtime>".$_SESSION['GO_SESSION']['lastlogin'];
							 | 
						|
								./modules/todos/todo.php:	$todo['start_date'] = date($_SESSION['GO_SESSION']['date_format'], $todo['start_time']);
							 | 
						|
								./modules/todos/todo.php:	$todo['due_date'] = date($_SESSION['GO_SESSION']['date_format'], $todo['due_time']);
							 | 
						|
								./modules/todos/todo.php:		$todo['completion_date'] = date($_SESSION['GO_SESSION']['date_format'], $todo['completion_time']);
							 | 
						|
								./modules/todos/todo.php:		$todo['completion_date'] = date($_SESSION['GO_SESSION']['date_format'], $local_time);
							 | 
						|
								./modules/todos/todo.php:	$date = date($_SESSION['GO_SESSION']['date_format'], $local_time);
							 | 
						|
								./modules/todos/todo.php:$datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $todo['start_date'], '', '', 'onchange="javascript:document.forms[0].due_date.value=this.value;"');
							 | 
						|
								./modules/todos/todo.php:$datepicker->print_date_picker('due_date', $_SESSION['GO_SESSION']['date_format'], $todo['due_date']);
							 | 
						|
								./modules/todos/todo.php:$datepicker->print_date_picker('completion_date', $_SESSION['GO_SESSION']['date_format'], $todo['completion_date'], '', '', '', !$todo['completed']);
							 | 
						|
								./modules/todos/todo.php:	if ($_SESSION['GO_SESSION']['date_format'] == "d-m-Y")
							 | 
						|
								./modules/todos/todos.inc:$todos_max_rows = isset($_REQUEST['todos_max_rows']) ? $_REQUEST['todos_max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/todos/todos.inc:		$due_date = date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/todos/todos.inc:									$_SESSION['GO_SESSION']['time_format'], $due_time);
							 | 
						|
								./modules/users/index.php:$max_rows = isset($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/users/index.php:  echo '<td>'.number_format($GO_USERS->f("logins"), 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']).' </td>';
							 | 
						|
								./modules/users/index.php:  echo '<td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($GO_USERS->f("lastlogin"))).'   </td>';
							 | 
						|
								./modules/users/index.php:  echo '<td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'],gmt_to_local_time($GO_USERS->f("registration_time"))).'</td>';
							 | 
						|
								./modules/users/register_form.inc:		$datepicker->print_date_picker('birthday', $_SESSION['GO_SESSION']['date_format'], $birthday);
							 | 
						|
								./modules/users/edit_user.php:    $datepicker->print_date_picker('birthday', $_SESSION['GO_SESSION']['date_format'], $birthday);
							 | 
						|
								./modules/users/edit_user.php:    <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($profile["registration_time"])); ?></td>
							 | 
						|
								./modules/users/edit_user.php:    <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($profile["lastlogin"])); ?></td>
							 | 
						|
								./modules/users/edit_user.php:    <td><?php echo number_format($profile["logins"], 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']); ?></td>
							 | 
						|
								./modules/calendar/add_contacts.php:unset($_SESSION['GO_HANDLER']);
							 | 
						|
								./modules/calendar/calendar_view.inc:				date($_SESSION['GO_SESSION']['date_format'],$new_time).
							 | 
						|
								./modules/calendar/calendar_view.inc:					if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time']))
							 | 
						|
								./modules/calendar/calendar_view.inc:						$titles[$idx]['tooltip'] = date($_SESSION['GO_SESSION']['date_format'], $event['start_time']).' - '.date($_SESSION['GO_SESSION']['date_format'], $event['end_time']).' ';
							 | 
						|
								./modules/calendar/calendar_view.inc:					if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time']))
							 | 
						|
								./modules/calendar/calendar_view.inc:						$date_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/calendar_view.inc:						$date_format = $_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/calendar_view.inc:					if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time']))
							 | 
						|
								./modules/calendar/calendar_view.inc:						$tooltip .= date($_SESSION['GO_SESSION']['date_format'], $event['start_time']).' - '.date($_SESSION['GO_SESSION']['date_format'], $event['end_time']);
							 | 
						|
								./modules/calendar/calendar_view.inc:			echo '<tr id="'.$current_row.'_'.$hour_of_day.'"><td width="50" align="right" class="cal_hour">'.date($_SESSION['GO_SESSION']['time_format'], mktime($hour_of_day,0,0)).'</td>';
							 | 
						|
								./modules/calendar/calendar_view.inc:						if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time']))
							 | 
						|
								./modules/calendar/calendar_view.inc:							$date_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/calendar_view.inc:							$date_format = $_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/calendar_view.inc:						echo '<a class="calendar_event_link" href="'.$link.'?event_id='.$event['id'].'&return_to='.urlencode($return_to).'" '.$overlib->print_overlib($tooltip).'>'.date($_SESSION['GO_SESSION']['time_format'], $event['start_time']).' '.htmlspecialchars($event['name']).'</a>';
							 | 
						|
								./modules/calendar/check_availability.inc:$start_date = date($_SESSION['GO_SESSION']['date_format'], $new_time);
							 | 
						|
								./modules/calendar/check_availability.inc:$prev_day = date($_SESSION['GO_SESSION']['date_format'], mktime(0, 0, 0, $date["mon"], $date["mday"]-1, $date["year"]));
							 | 
						|
								./modules/calendar/check_availability.inc:$next_day = date($_SESSION['GO_SESSION']['date_format'], mktime(0, 0, 0, $date["mon"], $date["mday"]+1, $date["year"]));
							 | 
						|
								./modules/calendar/check_availability.inc:$datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $start_date, '', '', 'onchange="javascript:date_picker(calendar);"');
							 | 
						|
								./modules/calendar/calendar.inc:	$tmpday = $day - $weekday + $_SESSION['GO_SESSION']['first_weekday'];
							 | 
						|
								./modules/calendar/calendar.inc:		echo date($_SESSION['GO_SESSION']['date_format'], $interval_start_time).' - '.
							 | 
						|
								./modules/calendar/calendar.inc:		date($_SESSION['GO_SESSION']['date_format'], mktime(0,0,0,$month, $day+$interval-1,$year)+
							 | 
						|
								./modules/calendar/calendar.inc:		if($_SESSION['GO_SESSION']['first_weekday'] == $month_begins_on_weekday)
							 | 
						|
								./modules/calendar/calendar.inc:		if($_SESSION['GO_SESSION']['first_weekday'] == 0 && $month_begins_on_weekday == 6
							 | 
						|
								./modules/calendar/calendar.inc:		|| $_SESSION['GO_SESSION']['first_weekday'] == 1 && $month_begins_on_weekday == 0)
							 | 
						|
								./modules/calendar/calendar.inc:		if($_SESSION['GO_SESSION']['first_weekday'] == 0 && ($month_begins_on_weekday == 5 || $month_begins_on_weekday == 6)
							 | 
						|
								./modules/calendar/calendar.inc:		|| $_SESSION['GO_SESSION']['first_weekday'] == 1 && ($month_begins_on_weekday == 6 || $month_begins_on_weekday == 0))
							 | 
						|
								./modules/calendar/calendar.inc:if ((array_key_exists($_SESSION['GO_SESSION']['language']['code'], $holidays->in_holidays["fix"]) || 
							 | 
						|
								./modules/calendar/calendar.inc:	array_key_exists($_SESSION['GO_SESSION']['language']['code'], $holidays->in_holidays["var"]) ||
							 | 
						|
								./modules/calendar/calendar.inc:	array_key_exists($_SESSION['GO_SESSION']['language']['code'], $holidays->in_holidays["spc"])) &&
							 | 
						|
								./modules/calendar/calendar.inc:		$holidays->add_holidays($GO_SECURITY->user_id, $calendar_id, $year, $_SESSION['GO_SESSION']['language']['code']);
							 | 
						|
								./modules/calendar/holidays.inc:$date_format = $_SESSION['GO_SESSION']['date_format'];
							 | 
						|
								./modules/calendar/holidays.inc:				$dropbox->print_dropbox('region', $_SESSION['GO_SESSION']['language']['code']);
							 | 
						|
								./modules/calendar/event.php:					$event_datetime_format = $_SESSION['GO_SESSION']['date_format'];
							 | 
						|
								./modules/calendar/event.php:					$event_datetime_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'].' '.$gmt_string;
							 | 
						|
								./modules/calendar/event.php:				$event_time_format = $_SESSION['GO_SESSION']['time_format'].' '.$gmt_string;
							 | 
						|
								./modules/calendar/event.php:							$mail_body .= date($_SESSION['GO_SESSION']['date_format'], $repeat_end_time);
							 | 
						|
								./modules/calendar/event.php:							$mail_body .= date($_SESSION['GO_SESSION']['date_format'], $repeat_end_time);
							 | 
						|
								./modules/calendar/event.php:							$mail_body .= date($_SESSION['GO_SESSION']['date_format'], $repeat_end_time);
							 | 
						|
								./modules/calendar/event.php:							$mail_body .= date($_SESSION['GO_SESSION']['date_format'], $repeat_end_time);
							 | 
						|
								./modules/calendar/event.php:							$mail_body .= date($_SESSION['GO_SESSION']['date_format'], $repeat_end_time);
							 | 
						|
								./modules/calendar/event.php:				$mail->Sender = $_SESSION['GO_SESSION']["email"];
							 | 
						|
								./modules/calendar/event.php:				$mail->From = $_SESSION['GO_SESSION']["email"];
							 | 
						|
								./modules/calendar/event.php:				$mail->FromName = $_SESSION['GO_SESSION']["name"];
							 | 
						|
								./modules/calendar/event.php:				$mail->AddReplyTo($_SESSION['GO_SESSION']["email"], $_SESSION['GO_SESSION']["name"]);
							 | 
						|
								./modules/calendar/event.php:	$event['start_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['start_time']);
							 | 
						|
								./modules/calendar/event.php:	$event['end_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['end_time']);
							 | 
						|
								./modules/calendar/event.php:	$event['repeat_end_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/event.php:			$event['repeat_end_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/event.php:			$event['repeat_end_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['end_time']);
							 | 
						|
								./modules/calendar/event.php:		$event['repeat_end_date'] = date($_SESSION['GO_SESSION']['date_format'], $event['start_time']);
							 | 
						|
								./modules/calendar/event.php:	$requested_date = date($_SESSION['GO_SESSION']['date_format'], $requested_time);
							 | 
						|
								./modules/calendar/event.php:		$status = $cal->get_event_status($event_id, $_SESSION['GO_SESSION']['email']);
							 | 
						|
								./modules/calendar/event.php:		$datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $event['start_date'], '', '', 'onchange="javascript:check_date(\'start_date\');"');
							 | 
						|
								./modules/calendar/event.php:		//$datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $event['start_date']);
							 | 
						|
								./modules/calendar/event.php:			$dropbox->add_value($i, str_replace(':00', '', date($_SESSION['GO_SESSION']['time_format'], mktime($i, 0, 0))));
							 | 
						|
								./modules/calendar/event.php:		$datepicker->print_date_picker('end_date', $_SESSION['GO_SESSION']['date_format'], $event['end_date'], '', '', 'onchange="javascript:check_date(\'end_date\');"');
							 | 
						|
								./modules/calendar/event.php:		//$datepicker->print_date_picker('end_date', $_SESSION['GO_SESSION']['date_format'], $event['end_date']);
							 | 
						|
								./modules/calendar/event.php:			$dropbox->add_value($i, str_replace(':00', '', date($_SESSION['GO_SESSION']['time_format'], mktime($i, 0, 0))));
							 | 
						|
								./modules/calendar/event.php:				$cal_name = $_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/calendar/event.php:		$day_number = $_SESSION['GO_SESSION']['first_weekday'];
							 | 
						|
								./modules/calendar/event.php:		$datepicker->print_date_picker('repeat_end_date', $_SESSION['GO_SESSION']['date_format'], $event['repeat_end_date']);
							 | 
						|
								./modules/calendar/event.php:			start_date = get_date(document.event_form.start_date.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/calendar/event.php:			end_date = get_date(document.event_form.end_date.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/calendar/event.php:			start_date = get_date(document.event_form.start_date.value+' '+document.event_form.start_hour.value+':'+document.event_form.start_min.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/calendar/event.php:			end_date = get_date(document.event_form.end_date.value+' '+document.event_form.end_hour.value+':'+document.event_form.end_min.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/calendar/event.php:			repeat_end_date = get_date(document.event_form.repeat_end_date.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/calendar/list_view.inc:  $interval_start_time = mktime(0,0,0,$month, 1, $year)-($_SESSION['GO_SESSION']['timezone']*3600);
							 | 
						|
								./modules/calendar/list_view.inc:  $interval_end_time = mktime(0,0,0,$month+1, 0, $year)-($_SESSION['GO_SESSION']['timezone']*3600);
							 | 
						|
								./modules/calendar/list_view.inc:    $tmpday = $day - $weekday + $_SESSION['GO_SESSION']['first_weekday'];
							 | 
						|
								./modules/calendar/list_view.inc:  $interval_start_time = mktime(0,0,0,$month, $day, $year)-($_SESSION['GO_SESSION']['timezone']*3600);
							 | 
						|
								./modules/calendar/list_view.inc:  $interval_end_time = mktime(0,0,0,$month, $day+$cal_settings['show_days'], $year)-($_SESSION['GO_SESSION']['timezone']*3600)-1;
							 | 
						|
								./modules/calendar/list_view.inc:echo date($_SESSION['GO_SESSION']['date_format'], $interval_start_time+($_SESSION['GO_SESSION']['timezone']*3600)).' - '.date($_SESSION['GO_SESSION']['date_format'], $interval_end_time+($_SESSION['GO_SESSION']['timezone']*3600));
							 | 
						|
								./modules/calendar/list_view.inc:      if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time']))
							 | 
						|
								./modules/calendar/list_view.inc:	$date_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/list_view.inc:	$date_format = $_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/list_view.inc:      $date_format = $event['all_day_event'] == '1' ? $_SESSION['GO_SESSION']['date_format'] : $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/index.php:		 		$calendar_name =$_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/calendar/show_event.php:	$cal->set_event_status($event_id, $_REQUEST['status'], $_SESSION['GO_SESSION']['email']);
							 | 
						|
								./modules/calendar/show_event.php:		$event_time_format = $_SESSION['GO_SESSION']['date_format'];
							 | 
						|
								./modules/calendar/show_event.php:		$event_time_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_start_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['start_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_end_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['end_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_start_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['start_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_end_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['end_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/show_event.php:				echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_start_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['start_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo '<tr><td>'.$sc_end_at.':</td><td>'.date($_SESSION['GO_SESSION']['time_format'], $event['end_time']+$timezone_offset).'</td></tr>';
							 | 
						|
								./modules/calendar/show_event.php:				echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/show_event.php:				echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $event['repeat_end_time']);
							 | 
						|
								./modules/calendar/show_event.php:		$status = $cal->get_event_status($event_id, $_SESSION['GO_SESSION']['email']);
							 | 
						|
								./modules/calendar/events.inc:$calendar_max_rows = isset($_REQUEST['calendar_max_rows']) ? $_REQUEST['calendar_max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/calendar/events.inc:		echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($cal->f('start_time'))).' </td>';
							 | 
						|
								./modules/calendar/events.inc:		echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], gmt_to_local_time($cal->f('end_time'))).' </td>';
							 | 
						|
								./modules/calendar/events.inc:				echo ' '.$cal_until.' '.date($_SESSION['GO_SESSION']['date_format'], gmt_to_local_time($cal->f('repeat_end_time')));
							 | 
						|
								./modules/calendar/print.inc:  $tmpday = $day - $weekday + $_SESSION['GO_SESSION']['first_weekday'];
							 | 
						|
								./modules/calendar/classes/go_ical.class.inc:		$dst_tz_offset_from = $this->format_timezone($_SESSION['GO_SESSION']['timezone']);			
							 | 
						|
								./modules/calendar/classes/go_ical.class.inc:		$dst_tz_offset_to = $this->format_timezone($_SESSION['GO_SESSION']['DST']+$_SESSION['GO_SESSION']['timezone']);		
							 | 
						|
								./modules/calendar/classes/go_ical.class.inc:		if($_SESSION['GO_SESSION']['DST'] > 0)
							 | 
						|
								./modules/calendar/classes/go_ical.class.inc:		if($_SESSION['GO_SESSION']['DST'] > 0)
							 | 
						|
								./modules/calendar/classes/calendar.class.inc:						//echo '<br><br>'.$i.'/'.$day_add.'/'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $occurence_time);
							 | 
						|
								./modules/calendar/classes/calendar.class.inc:						//echo '<br>'.$i.'/'.$day_add.'/'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $gmt_time);
							 | 
						|
								./modules/calendar/classes/calendar.class.inc:								//echo date($_SESSION['GO_SESSION']['date_format'], mktime(0,0,0,$event['start_month'],$event['start_day'],$event['start_year'])).'<br />';
							 | 
						|
								./modules/calendar/print_view.inc:	$print_header['date'][] = date($_SESSION['GO_SESSION']['date_format'],$new_time);
							 | 
						|
								./modules/example/index.php:      'Information about the current logged in user is also stored in $_SESSION[\'GO_SESSION\'].<br />'.
							 | 
						|
								./modules/example/index.php:    $today = date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/example/index.php:    $datepicker->print_date_picker('date', $_SESSION['GO_SESSION']['date_format'], $today);
							 | 
						|
								./modules/summary/sum_email.inc:	$_SESSION['notified_new_mail'] = isset($_SESSION['notified_new_mail']) ? $_SESSION['notified_new_mail'] : 0;
							 | 
						|
								./modules/summary/sum_email.inc:	$_SESSION['new_mail']=0;
							 | 
						|
								./modules/summary/sum_email.inc:							$_SESSION['new_mail'] += $status->unseen;
							 | 
						|
								./modules/summary/sum_email.inc:									$_SESSION['new_mail'] += $status->unseen;
							 | 
						|
								./modules/summary/sum_email.inc:			switch($_SESSION['new_mail'])
							 | 
						|
								./modules/summary/sum_email.inc:					echo $sum_you_have.' <b>'.$_SESSION['new_mail'].'</b> '.$sum_new_message;
							 | 
						|
								./modules/summary/sum_email.inc:					echo $sum_you_have.' <b>'.$_SESSION['new_mail'].'</b> '.$sum_new_messages;
							 | 
						|
								./modules/summary/sum_email.inc:			$_SESSION['notified_new_mail'] = $_SESSION['new_mail'];
							 | 
						|
								./modules/summary/sum_calendar.inc:					if (date($_SESSION['GO_SESSION']['date_format'], $event['start_time']) != date($_SESSION['GO_SESSION']['date_format'], $event['end_time'])) {
							 | 
						|
								./modules/summary/sum_calendar.inc:						$date_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/summary/sum_calendar.inc:						$date_format = $_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./modules/summary/sum_todos.inc:      $title = 	$sc_start_at.': '.date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/sum_todos.inc:	  $_SESSION['GO_SESSION']['time_format'], $start_time).'<br />'.
							 | 
						|
								./modules/summary/sum_todos.inc:	$cal_due_at.': '.date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/sum_todos.inc:	    $_SESSION['GO_SESSION']['time_format'], $due_time);
							 | 
						|
								./modules/summary/sum_todos.inc:	  date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/sum_todos.inc:	      $_SESSION['GO_SESSION']['time_format'],
							 | 
						|
								./modules/summary/sum_todos.inc:	echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/sum_todos.inc:	    $_SESSION['GO_SESSION']['time_format'], $due_time).'</td>'.
							 | 
						|
								./modules/summary/index.php:'<h3>'.$sum_welcome_to.' '.$GO_CONFIG->title.' '.$_SESSION['GO_SESSION']['name'].'</h3></td><td width="50%" align="right"><h3>';
							 | 
						|
								./modules/summary/index.php:$date = date($_SESSION['GO_SESSION']['date_format']);
							 | 
						|
								./modules/summary/index.php:if($_SESSION['GO_SESSION']['date_format'] == 'd-m-Y')
							 | 
						|
								./modules/summary/announcement.php:	$due_time = $announcement['due_time'] > 0 ? date($_SESSION['GO_SESSION']['date_format'], $announcement['due_time']) : '';
							 | 
						|
								./modules/summary/announcement.php:	$ctime = date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/announcement.php:			$_SESSION['GO_SESSION']['time_format'], $announcement['ctime']+
							 | 
						|
								./modules/summary/announcement.php:	$mtime = date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./modules/summary/announcement.php:			$_SESSION['GO_SESSION']['time_format'], $announcement['mtime']+
							 | 
						|
								./modules/summary/announcement.php:	$ctime = date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/summary/announcement.php:	$mtime = date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/summary/announcement.php:			$datepicker->print_date_picker('due_time', $_SESSION['GO_SESSION']['date_format'], $due_time);
							 | 
						|
								./modules/summary/announcements.php:$max_rows = isset($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/summary/announcements.php:		$due_time = $summary->f('due_time') > 0 ? date($_SESSION['GO_SESSION']['date_format'], $summary->f('due_time')) : '';
							 | 
						|
								./modules/summary/announcements.php:		echo '<td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $summary->f('mtime')+(get_timezone_offset($summary->f('mtime'))*3600)).'</td>';
							 | 
						|
								./modules/summary/classes/summary.class.inc:				"WHERE ((users_groups.user_id = ".$_SESSION['GO_SESSION']['user_id']." AND acl.user_id = 0 ) OR (".
							 | 
						|
								./modules/summary/classes/summary.class.inc:				"acl.group_id = 0 AND acl.user_id = ".$_SESSION['GO_SESSION']['user_id'].")) ".
							 | 
						|
								./modules/filesystem/go_index.php:$home_path = $GO_CONFIG->file_storage_path.$_SESSION['GO_SESSION']['username'];
							 | 
						|
								./modules/filesystem/go_index.php:if (!isset ($_SESSION['GO_FILESYSTEM_PATH'])) {
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['GO_FILESYSTEM_PATH'] = $home_path;
							 | 
						|
								./modules/filesystem/go_index.php:$path = isset ($_REQUEST['path']) ? smart_stripslashes($_REQUEST['path']) : $_SESSION['GO_FILESYSTEM_PATH'];
							 | 
						|
								./modules/filesystem/go_index.php:$_SESSION['cut_files'] = isset ($_SESSION['cut_files']) ? $_SESSION['cut_files'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:$_SESSION['cut_folders'] = isset ($_SESSION['cut_folders']) ? $_SESSION['cut_folders'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:$_SESSION['copy_folders'] = isset ($_SESSION['copy_folders']) ? $_SESSION['copy_folders'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:$_SESSION['copy_files'] = isset ($_SESSION['copy_files']) ? $_SESSION['copy_files'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:	$_SESSION['GO_FILESYSTEM_PATH'] = $home_path;
							 | 
						|
								./modules/filesystem/go_index.php:	$_SESSION['GO_FILESYSTEM_PATH'] = $path;
							 | 
						|
								./modules/filesystem/go_index.php:				$_SESSION['cut_files'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:				$_SESSION['cut_folders'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:				$_SESSION['copy_folders'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:				$_SESSION['copy_files'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:							$_SESSION['cut_files'][] = $GO_CONFIG->tmpdir.'/'.$_FILES['file']['name'][$i];
							 | 
						|
								./modules/filesystem/go_index.php:				while ($file = smart_stripslashes(array_shift($_SESSION['cut_files']))) {
							 | 
						|
								./modules/filesystem/go_index.php:							array_unshift($_SESSION['cut_files'], $file);
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['cut_files'] = isset ($_POST['files']) ? $_POST['files'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['cut_folders'] = isset ($_POST['folders']) ? $_POST['folders'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['copy_folders'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['copy_files'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['copy_files'] = isset ($_POST['files']) ? $_POST['files'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['copy_folders'] = isset ($_POST['folders']) ? $_POST['folders'] : array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['cut_folders'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['cut_files'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:		while ($file = smart_stripslashes(array_shift($_SESSION['cut_files']))) {
							 | 
						|
								./modules/filesystem/go_index.php:						array_unshift($_SESSION['cut_files'], $file);
							 | 
						|
								./modules/filesystem/go_index.php:		while ($file = smart_stripslashes(array_shift($_SESSION['copy_files']))) {
							 | 
						|
								./modules/filesystem/go_index.php:						array_unshift($_SESSION['copy_files'], $file);
							 | 
						|
								./modules/filesystem/go_index.php:		while ($folder = smart_stripslashes(array_shift($_SESSION['cut_folders']))) {
							 | 
						|
								./modules/filesystem/go_index.php:						array_unshift($_SESSION['cut_folders'], $folder);
							 | 
						|
								./modules/filesystem/go_index.php:		while ($folder = smart_stripslashes(array_shift($_SESSION['copy_folders']))) {
							 | 
						|
								./modules/filesystem/go_index.php:						array_unshift($_SESSION['copy_folders'], $folder);
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['attach_array'] = array ();
							 | 
						|
								./modules/filesystem/go_index.php:		$_SESSION['num_attach'] = 0;
							 | 
						|
								./modules/filesystem/listview.inc:	if ((count($_SESSION['cut_files']) + count($_SESSION['cut_folders']) + count($_SESSION['copy_files']) + count($_SESSION['copy_folders'])) > 0) {
							 | 
						|
								./modules/filesystem/listview.inc:	if (isset ($_SESSION['cut_folders']) && in_array(addslashes($folder['path']), $_SESSION['cut_folders'])) {
							 | 
						|
								./modules/filesystem/listview.inc:	echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($folder['mtime'])).'  </td>';
							 | 
						|
								./modules/filesystem/listview.inc:			if (isset ($_SESSION['cut_files']) && in_array(addslashes($file['path']), $_SESSION['cut_files'])) {
							 | 
						|
								./modules/filesystem/listview.inc:			echo '<td nowrap>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time($file['mtime'])).'  </td>';
							 | 
						|
								./modules/filesystem/upload.inc:	echo $fbMaxUploadSize.": ".format_size($GO_CONFIG->max_file_size)." (".number_format($GO_CONFIG->max_file_size, 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator'])." bytes)";
							 | 
						|
								./modules/filesystem/upload.php:		$new_path = $_SESSION['GO_FILESYSTEM_PATH'].'/'.$file['name'];
							 | 
						|
								./modules/filesystem/upload.php:			$new_path = $_SESSION['GO_FILESYSTEM_PATH'].'/'.strip_extension($file['name']).' ('.$n.').'.get_extension($file['name']);				
							 | 
						|
								./modules/filesystem/search.inc:		if ($_SESSION['GO_SESSION']['date_format'] == "m-d-Y H:i")
							 | 
						|
								./modules/filesystem/search.inc:		if ($_SESSION['GO_SESSION']['date_format'] == "m-d-Y H:i")
							 | 
						|
								./modules/filesystem/treeview.inc:			$open = in_array($folders[$i]['path'], $_SESSION['files_expanded']);
							 | 
						|
								./modules/filesystem/treeview.inc:if (!isset($_SESSION['files_expanded']))
							 | 
						|
								./modules/filesystem/treeview.inc:	$_SESSION['files_expanded'][]=-1;
							 | 
						|
								./modules/filesystem/treeview.inc:	$key = array_search($expand_path, $_SESSION['files_expanded']);
							 | 
						|
								./modules/filesystem/treeview.inc:		$_SESSION['files_expanded'][] = $expand_path;
							 | 
						|
								./modules/filesystem/treeview.inc:		unset($_SESSION['files_expanded'][$key]);
							 | 
						|
								./modules/filesystem/treeview.inc:		$key = array_search($path, $_SESSION['files_expanded']);
							 | 
						|
								./modules/filesystem/treeview.inc:			$_SESSION['files_expanded'][] = $path;
							 | 
						|
								./modules/filesystem/treeview.inc:		if($open = in_array($sharer, $_SESSION['files_expanded']))
							 | 
						|
								./modules/filesystem/treeview.inc:		$open = in_array($user['id'], $_SESSION['files_expanded']);
							 | 
						|
								./modules/filesystem/properties.inc:		<?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time(filectime($path))); ?>
							 | 
						|
								./modules/filesystem/properties.inc:		<?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time(fileatime($path))); ?>
							 | 
						|
								./modules/filesystem/properties.inc:		<?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], get_time(filemtime($path))); ?>
							 | 
						|
								./modules/addressbook/companies.inc:$max_rows = isset($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/addressbook/company_contacts.inc:$max_rows = isset($_REQUEST['max_rows']) ? $_REQUEST['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/addressbook/edit_contact.inc:			$datepicker->print_date_picker('birthday', $_SESSION['GO_SESSION']['date_format'], $birthday);
							 | 
						|
								./modules/addressbook/edit_contact.inc:					$ab_name = $_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/addressbook/edit_company.inc:			$ab_name = $_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:			$new_ab_name = $_SESSION['GO_SESSION']['name'];
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:				$new_ab_name = $_SESSION['GO_SESSION']['name'].' ('.$x.')';
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:		if ($_SESSION['GO_SESSION']['sort_name'] == 'first_name') {
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:			if ($_SESSION['GO_SESSION']['sort_name'] == 'first_name') {
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:			if ($_SESSION['GO_SESSION']['sort_name'] == 'first_name') {
							 | 
						|
								./modules/addressbook/classes/addressbook.class.inc:			if ($_SESSION['GO_SESSION']['sort_name'] == 'first_name') {
							 | 
						|
								./modules/addressbook/contacts.inc:if (!isset($_SESSION['contacts_expanded']))
							 | 
						|
								./modules/addressbook/contacts.inc:$_SESSION['contacts_expanded'][]=-1;
							 | 
						|
								./modules/addressbook/contacts.inc:		$key = array_search($_POST['expand_id'], $_SESSION['contacts_expanded']);
							 | 
						|
								./modules/addressbook/contacts.inc:			$_SESSION['contacts_expanded'][]=$_POST['expand_id'];
							 | 
						|
								./modules/addressbook/contacts.inc:			unset($_SESSION['contacts_expanded'][$key]);
							 | 
						|
								./modules/addressbook/contacts.inc:		if (in_array($groups[$i]['id'], $_SESSION['contacts_expanded']) || $group_count == 1)
							 | 
						|
								./modules/projects/project.php:	$project['start_date'] = date($_SESSION['GO_SESSION']['date_format'], $project['start_date']);
							 | 
						|
								./modules/projects/project.php:	$project['end_date'] = date($_SESSION['GO_SESSION']['date_format'], $project['end_date']);
							 | 
						|
								./modules/projects/project.php:	$project['start_date'] = isset ($_POST['start_date']) ? $_POST['start_date'] : date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/projects/project.php:	$project['end_date'] = isset ($_POST['end_date']) ? $_POST['end_date'] : date($_SESSION['GO_SESSION']['date_format'], get_time());
							 | 
						|
								./modules/projects/project.php:			//	    $datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $project['start_date'], '', '', 'onchange="javascript:check_date(\'start_date\');"');
							 | 
						|
								./modules/projects/project.php:			$datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $project['start_date']);
							 | 
						|
								./modules/projects/project.php:			//	    $datepicker->print_date_picker('end_date', $_SESSION['GO_SESSION']['date_format'], $project['end_date'], '', '', 'onchange="javascript:check_date(\'end_date\');"');
							 | 
						|
								./modules/projects/project.php:			$datepicker->print_date_picker('end_date', $_SESSION['GO_SESSION']['date_format'], $project['end_date']);
							 | 
						|
								./modules/projects/project.php:			echo '<tr><td>'.$pm_budget.'</td><td><input type="text" class="textbox" size="10" name="budget" value="'.$project['budget'].'" maxlength="50" /> '.$_SESSION['GO_SESSION']['currency'].'</td></tr>';
							 | 
						|
								./modules/projects/project.php:			echo '<tr><td>'.$pm_budget.'</td><td>'.$project['budget'].' '.$_SESSION['GO_SESSION']['currency'].'</td></tr>';
							 | 
						|
								./modules/projects/project.php:			echo '<tr><td>'.$strCreatedAt.':</td><td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $project['ctime'] + (get_timezone_offset($project['ctime']) * 3600)).'</td><tr>';
							 | 
						|
								./modules/projects/project.php:			echo '<tr><td>'.$strModifiedAt.':</td><td>'.date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $project['mtime'] + (get_timezone_offset($project['mtime']) * 3600)).'</td><tr>';
							 | 
						|
								./modules/projects/fee.php:	<td><?php echo htmlspecialchars($_SESSION['GO_SESSION']['currency']); ?> <input type="text" name="value" value="<?php echo htmlspecialchars($value); ?>" maxlength="10" size="6" class="textbox" />
							 | 
						|
								./modules/projects/index.php:$date = date($_SESSION['GO_SESSION']['date_format'], $time);
							 | 
						|
								./modules/projects/load.inc:    $date = date($_SESSION['GO_SESSION']['date_format'], $time);
							 | 
						|
								./modules/projects/load.inc:    $datepicker->print_date_picker('start_date', $_SESSION['GO_SESSION']['date_format'], $start_date);
							 | 
						|
								./modules/projects/load.inc:    $datepicker->print_date_picker('end_date', $_SESSION['GO_SESSION']['date_format'], $end_date);
							 | 
						|
								./modules/projects/load.inc:			$local_start_time = date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $projects->f('start_time')+(get_timezone_offset($projects->f('start_time'))*3600));
							 | 
						|
								./modules/projects/load.inc:			$local_end_time = date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $projects->f('end_time')+(get_timezone_offset($projects->f('end_time'))*3600));
							 | 
						|
								./modules/projects/load.inc:				$fee_string = htmlspecialchars($_SESSION['GO_SESSION']['currency']).' '.
							 | 
						|
								./modules/projects/load.inc:				number_format($projects->f('fee_value'), 2, $_SESSION['GO_SESSION']['decimal_seperator'],$_SESSION['GO_SESSION']['thousands_seperator']).
							 | 
						|
								./modules/projects/load.inc:			$date = date($_SESSION['GO_SESSION']['date_format'], $projects->f('start_time'));
							 | 
						|
								./modules/projects/load.inc:	echo'<tr><td><i>'.$pm_total_fee.':</td><td>'.htmlspecialchars($_SESSION['GO_SESSION']['currency']).' '.number_format($total_fee, 2, $_SESSION['GO_SESSION']['decimal_seperator'],$_SESSION['GO_SESSION']['thousands_seperator']).'</i></td></tr>';
							 | 
						|
								./modules/projects/fees.inc:	echo '<tr><td>'.$projects->f('name').'   </td><td>'.htmlspecialchars($_SESSION['GO_SESSION']['currency']).' '.number_format($projects->f('value'), 2, $_SESSION['GO_SESSION']['decimal_seperator'],$_SESSION['GO_SESSION']['thousands_seperator']).' / '.$projects->f('time').' '.$pm_mins.'   </td>';
							 | 
						|
								./modules/projects/projects.inc:$projects_max_rows = isset ($_REQUEST['projects_max_rows']) ? $_REQUEST['projects_max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];
							 | 
						|
								./modules/projects/projects.inc:		echo '<td>'.date($_SESSION['GO_SESSION']['date_format'], $projects->f('start_date')).'</td>';
							 | 
						|
								./modules/projects/projects.inc:		echo '<td>'.date($_SESSION['GO_SESSION']['date_format'], $projects->f('end_date')).'</td>';
							 | 
						|
								./modules/projects/book.php:		if ($_SESSION['GO_SESSION']['date_format'] == "m-d-Y") {
							 | 
						|
								./modules/projects/book.php:			if ($_SESSION['GO_SESSION']['date_format'] == "m-d-Y") {
							 | 
						|
								./modules/projects/book.php:$date = date($_SESSION['GO_SESSION']['date_format'], $time);
							 | 
						|
								./modules/projects/book.php:$timer_start_date = isset($timer_start_time) ? date($_SESSION['GO_SESSION']['date_format'], $timer_start_time) : $date;
							 | 
						|
								./modules/projects/book.php:	$book_start_date = date($_SESSION['GO_SESSION']['date_format'], $local_start_time);	
							 | 
						|
								./modules/projects/book.php:	$book_end_date = date($_SESSION['GO_SESSION']['date_format'], $local_end_time);
							 | 
						|
								./modules/projects/book.php:	$timer_end_date = isset($timer_end_time) ? date($_SESSION['GO_SESSION']['date_format'], $timer_end_time) : $date;
							 | 
						|
								./modules/projects/book.php:			$dropbox->add_value($projects->f('id'), $projects->f('name').' ('.htmlspecialchars($_SESSION['GO_SESSION']['currency']).' '.number_format($projects->f('value'), 2, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']).' / '.$projects->f('time').' '.$pm_mins.')');
							 | 
						|
								./modules/projects/book.php:				$datepicker->print_date_picker('book_start_date', $_SESSION['GO_SESSION']['date_format'], $book_start_date, '', '', 'onchange="javascript:check_date(this.name);"');
							 | 
						|
								./modules/projects/book.php:		$datepicker->print_date_picker('book_end_date', $_SESSION['GO_SESSION']['date_format'], $book_end_date, '', '', 'onchange="javascript:check_date(this.name);"');
							 | 
						|
								./modules/projects/book.php:	start_date = get_date(document.projects_form.book_start_date.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./modules/projects/book.php:	end_date = get_date(document.projects_form.book_end_date.value, '<?php echo $_SESSION['GO_SESSION']['date_format']; ?>');
							 | 
						|
								./controls/htmlarea/plugins/ImageManager/config.inc.php:$full_path = $GO_CONFIG->local_path.$_SESSION['htmlarea_imagemanager_path'];
							 | 
						|
								./controls/htmlarea/plugins/ImageManager/config.inc.php:$IMConfig['base_url'] = $GO_CONFIG->local_url.$_SESSION['htmlarea_imagemanager_path'];
							 | 
						|
								./controls/select/select.php:				$home_path = $GO_CONFIG->file_storage_path.$_SESSION['GO_SESSION']['username'];
							 | 
						|
								./controls/select/select.php:				$key = array_search($_POST['expand_id'], $_SESSION['contacts_expanded']);
							 | 
						|
								./controls/select/select.php:					$_SESSION['contacts_expanded'][]=$_POST['expand_id'];
							 | 
						|
								./controls/select/select.php:					unset($_SESSION['contacts_expanded'][$key]);
							 | 
						|
								./controls/select/select.php:		if (!isset($_SESSION['contacts_expanded']))
							 | 
						|
								./controls/select/select.php:			$_SESSION['contacts_expanded'][]=-1;
							 | 
						|
								./controls/select/select.php:			if (in_array($contact_group['id'], $_SESSION['contacts_expanded']) || $contact_group_count == 1)
							 | 
						|
								./controls/select/add.php:unset($_SESSION['GO_HANDLER']);
							 | 
						|
								./controls/reminder.php:$_SESSION['new_mail'] > $_SESSION['notified_new_mail'])
							 | 
						|
								./controls/reminder.php:	$ml_you_have.' '.$_SESSION['new_mail'].' ';
							 | 
						|
								./controls/reminder.php:	if ($_SESSION['new_mail'] > 1)
							 | 
						|
								./controls/reminder.php:	$_SESSION['notified_new_mail'] = $_SESSION['new_mail'];
							 | 
						|
								./controls/reminder.php:				$date_format = $_SESSION['GO_SESSION']['date_format'];
							 | 
						|
								./controls/reminder.php:			}elseif(date($_SESSION['GO_SESSION']['date_format'], $start_time) !=
							 | 
						|
								./controls/reminder.php:			date($_SESSION['GO_SESSION']['date_format'],$end_time))
							 | 
						|
								./controls/reminder.php:				$date_format = $_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./controls/reminder.php:				$date_format = $_SESSION['GO_SESSION']['time_format'];
							 | 
						|
								./controls/reminder.php:			$title = 	$sc_start_at.': '.date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./controls/reminder.php:			$_SESSION['GO_SESSION']['time_format'], $start_time).'<br />'.
							 | 
						|
								./controls/reminder.php:			$cal_due_at.': '.date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./controls/reminder.php:			$_SESSION['GO_SESSION']['time_format'], $due_time);
							 | 
						|
								./controls/reminder.php:				date($_SESSION['GO_SESSION']['date_format'].' '.
							 | 
						|
								./controls/reminder.php:				$_SESSION['GO_SESSION']['time_format'],
							 | 
						|
								./index.php:	unset($_SESSION);
							 | 
						|
								./index.php:	$_SESSION['GO_SESSION']['start_module']);
							 | 
						|
								./index.php:		if ($GO_AUTH->login($username, $password, $_SESSION['auth_source']))
							 | 
						|
								./index.php:				$_POST['SET_LANGUAGE'] != $_SESSION['GO_SESSION']['language']['id'])
							 | 
						|
								./index.php:				if ($_SESSION['GO_SESSION']['first_name'] == '' ||
							 | 
						|
								./index.php:				$_SESSION['GO_SESSION']['last_name'] == '' ||
							 | 
						|
								./index.php:				$_SESSION['GO_SESSION']['email'] == '')
							 | 
						|
								./index.php:					$start_module = $GO_MODULES->get_module($_SESSION['GO_SESSION']['start_module']);
							 | 
						|
								./Group-Office.php:	$_SESSION['auth_source'] = $auth_sources[$_REQUEST['auth_source_key']];	
							 | 
						|
								./Group-Office.php:}elseif(!isset($_SESSION['auth_source']))
							 | 
						|
								./Group-Office.php:	$_SESSION['auth_source'] = (isset($_COOKIE['GO_AUTH_SOURCE_KEY']) && isset( $auth_sources[$_COOKIE['GO_AUTH_SOURCE_KEY']]  )) ? $auth_sources[$_COOKIE['GO_AUTH_SOURCE_KEY']]  : null;
							 | 
						|
								./Group-Office.php:if (isset($_SESSION['auth_source'])) {
							 | 
						|
								./Group-Office.php:  if ( ( $_SESSION['auth_source']['type'] == "ldap" ) |
							 | 
						|
								./Group-Office.php:       ( $_SESSION['auth_source']['user_manager'] == "ldap" ) )
							 | 
						|
								./Group-Office.php:  $user_manager = $_SESSION['auth_source']['user_manager'];
							 | 
						|
								./Group-Office.php:  $type = $_SESSION['auth_source']['type'];
							 | 
						|
								./themes/Default 2/footer.php:			echo ' - '.$strLoggedInAs.$_SESSION['GO_SESSION']['name'].'</td><td align="right" class="FooterBar">';
							 | 
						|
								./themes/Default 2/footer.php:		echo date($_SESSION['GO_SESSION']['date_format'], get_time()).' ';
							 | 
						|
								./themes/Default 2/header.php:<input type="hidden" name="active_module" value="<?php echo $_SESSION['GO_SESSION']['active_module']; ?>" />
							 | 
						|
								./install/install.php:			$_SESSION['completed']['administrator'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['test'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['license'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['release_notes'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['database_connection'] = true;
							 | 
						|
								./install/install.php:					$_SESSION['completed']['database_structure'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['database_structure'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['userdir'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['local_path'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['tmpdir'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['title'] = true;
							 | 
						|
								./install/install.php:				$_SESSION['completed']['url'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['theme'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['allow_password_change'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['allow_registration'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['language'] = true;
							 | 
						|
								./install/install.php:			$_SESSION['completed']['smtp'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['send_info'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['new_database'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['new_database'] = true;
							 | 
						|
								./install/install.php:		$_SESSION['completed']['create_database'] = true;
							 | 
						|
								./install/install.php:							$_SESSION['completed']['create_database'] = true;
							 | 
						|
								./install/install.php:							$_SESSION['completed']['database_connection'] = true;
							 | 
						|
								./install/install.php:	unset($_SESSION);
							 | 
						|
								./install/install.php:$_SESSION['completed'] = isset($_SESSION['completed']) ? $_SESSION['completed'] : array();
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['test']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['license']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['release_notes']))
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['new_database']))
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['create_database']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['database_connection']))
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['database_structure']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['title']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['url']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['userdir']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['local_path']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['tmpdir']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['theme']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['allow_password_change']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['allow_registration']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['language']))
							 | 
						|
								./install/install.php:if (!isset($_SESSION['completed']['smtp']))
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['administrator']))
							 | 
						|
								./install/install.php:if(!isset($_SESSION['completed']['send_info']))
							 | 
						|
								./install/upgrade.php:	$_SESSION['completed']['database_structure'] = true;
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['user_id'] = $user_id;
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['username'] = $userdata['username'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['authcode'] = $userdata['authcode'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['name'] = $userdata['first_name'].' '.$middle_name.$userdata['last_name'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['first_name'] = $userdata['first_name'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['middle_name'] = $userdata['middle_name'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['last_name'] = $userdata['last_name'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['email'] = $userdata['email'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['thousands_seperator'] = $userdata['thousands_seperator'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['decimal_seperator'] = $userdata['decimal_seperator'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['date_format'] = $userdata['date_format'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['time_format'] = $userdata['time_format'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['currency'] = $userdata['currency'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['mail_client'] = $userdata['mail_client'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['lastlogin'] = isset ($userdata['lastlogin']) ? $userdata['lastlogin'] : get_gmt_time();
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['max_rows_list'] = $userdata['max_rows_list'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['timezone'] = $userdata['timezone'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['start_module'] = isset ($userdata['start_module']) ? $userdata['start_module'] : 'summary';
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['DST'] = $userdata['DST'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['theme'] = $userdata['theme'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['first_weekday'] = $userdata['first_weekday'];
							 | 
						|
								./classes/base/base.users.class.inc:			$_SESSION['GO_SESSION']['sort_name'] = $userdata['sort_name'];
							 | 
						|
								./classes/base/language.class.inc:		if (!isset ($_SESSION['GO_SESSION']['language']) || $_SESSION['GO_SESSION']['language'] == '') {
							 | 
						|
								./classes/base/language.class.inc:			$this->language = $_SESSION['GO_SESSION']['language'];
							 | 
						|
								./classes/base/language.class.inc:			$_SESSION['GO_SESSION']['language'] = $this->language;
							 | 
						|
								./classes/base/language.class.inc:			$_SESSION['GO_SESSION']['language']['id'] = $language;
							 | 
						|
								./classes/base/theme.class.inc:		$_SESSION['GO_SESSION']['theme'] = 
							 | 
						|
								./classes/base/theme.class.inc:			isset($_SESSION['GO_SESSION']['theme']) ? 
							 | 
						|
								./classes/base/theme.class.inc:				$_SESSION['GO_SESSION']['theme'] : $GO_CONFIG->theme;
							 | 
						|
								./classes/base/theme.class.inc:		if ($_SESSION['GO_SESSION']['theme'] != '' && file_exists($GO_CONFIG->theme_path.$_SESSION['GO_SESSION']['theme']))
							 | 
						|
								./classes/base/theme.class.inc:			$this->theme = $_SESSION['GO_SESSION']['theme'];
							 | 
						|
								./classes/base/theme.class.inc:			$_SESSION['GO_SESSION']['theme'] = $GO_CONFIG->theme;
							 | 
						|
								./classes/base/ldap.users.class.inc:    //$this->ldap->bind($_SESSION['GO_SESSION']['user'],
							 | 
						|
								./classes/base/ldap.users.class.inc:    //  $_SESSION['GO_SESSION']['password']);
							 | 
						|
								./classes/base/ldap.users.class.inc:    if ($GO_LDAP->bind("uid=".$_SESSION['GO_SESSION']['user_id'].",".$GO_LDAP->PeopleDN, $password)) {
							 | 
						|
								./classes/base/ldap.users.class.inc:    $GO_LDAP->search("uidNumber=".$_SESSION['GO_SESSION']['user_id'], $GO_LDAP->PeopleDN);
							 | 
						|
								./classes/base/ldap.users.class.inc:/*    if ($user_id == $_SESSION['GO_SESSION']['user_id']) {
							 | 
						|
								./classes/base/ldap.users.class.inc:	$_SESSION['GO_SESSION']['name']  = $first_name.' '.$middle_name.$last_name;
							 | 
						|
								./classes/base/ldap.users.class.inc:	$_SESSION['GO_SESSION']['first_name']  = $first_name;
							 | 
						|
								./classes/base/ldap.users.class.inc:	$_SESSION['GO_SESSION']['middle_name']  = $middle_name;
							 | 
						|
								./classes/base/ldap.users.class.inc:	$_SESSION['GO_SESSION']['last_name']  = $last_name;
							 | 
						|
								./classes/base/ldap.users.class.inc:	$_SESSION['GO_SESSION']['email'] = $email;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['thousands_seperator'] = $thousands_seperator;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['decimal_seperator'] = $decimal_seperator;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['date_format']= $date_format;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['time_format']= $time_format;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['currency'] = $currency;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['mail_client'] = $mail_client;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['max_rows_list'] = $max_rows_list;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['timezone'] = $timezone_offset;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['start_module'] = $start_module;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['theme'] = $theme;
							 | 
						|
								./classes/base/ldap.users.class.inc:      $_SESSION['GO_SESSION']['first_weekday'] = $first_weekday;
							 | 
						|
								./classes/base/base.security.class.inc:		if (isset($_SESSION['GO_SESSION']['user_id']) &&
							 | 
						|
								./classes/base/base.security.class.inc:		$_SESSION['GO_SESSION']['user_id'] > 0)
							 | 
						|
								./classes/base/base.security.class.inc:			$this->user_id=$_SESSION['GO_SESSION']['user_id'];
							 | 
						|
								./classes/base/base.security.class.inc:		unset($_SESSION);
							 | 
						|
								./classes/base/controls/date_picker.class.inc:    $first_weekday = isset($_SESSION['GO_SESSION']['first_weekday']) ? $_SESSION['GO_SESSION']['first_weekday'] : 0;
							 | 
						|
								./classes/base/controls/datagrid.class.inc:		$this->max_rows = isset($_POST[$this->table_name]['max_rows']) ? $_POST[$this->table_name]['max_rows'] : $_SESSION['GO_SESSION']['max_rows_list'];    
							 | 
						|
								./classes/base/controls/htmlarea.class.inc:			$_SESSION['htmlarea_imagemanager_path'] = $image_manager;
							 | 
						|
								./classes/base/crypto.class.inc:    //$this->cryptokey=isset($_SESSION['GO_SESSION']['password']) ? $_SESSION['GO_SESSION']['password'] : 'secret';
							 | 
						|
								./classes/base/crypto.class.inc:    if ($cryptokey==null) {$cryptokey=$_SESSION['GO_SESSION']['password'];}
							 | 
						|
								./classes/base/crypto.class.inc:    if ($cryptokey==null) {$cryptokey=$_SESSION['GO_SESSION']['password'];}
							 | 
						|
								./classes/base/passwd.users.class.inc:				if(isset($_SESSION['auth_source']) && 
							 | 
						|
								./classes/base/passwd.users.class.inc:					$_SESSION['auth_source']['type'] == 'email')
							 | 
						|
								./classes/base/passwd.users.class.inc:					$username = str_replace('@'.$_SESSION['auth_source']['domain'],'', $user['username']);
							 | 
						|
								./classes/base/passwd.users.class.inc:					if($_SESSION['auth_source']['user_manager'] == 'passwd' && $GO_MODULES->modules['email'])
							 | 
						|
								./classes/base/passwd.users.class.inc:						if($_SESSION['auth_source']['add_domain_to_username'])
							 | 
						|
								./classes/base/passwd.users.class.inc:						$email->update_password($_SESSION['auth_source']['host'], $mail_username, $password);
							 | 
						|
								./classes/base/modules.class.inc:	      $_SESSION['GO_SESSION']['user_id'], $modules[$i]['acl_write']);
							 | 
						|
								./classes/base/modules.class.inc:	      $_SESSION['GO_SESSION']['user_id'], $modules[$i]['acl_read']);
							 | 
						|
								./classes/base/modules.class.inc:      $_SESSION['GO_SESSION']['active_module'] = $module_id;
							 | 
						|
								./classes/base/sql.users.class.inc:			if($_SESSION['GO_SESSION']['sort_name'] == 'first_name')
							 | 
						|
								./classes/base/sql.users.class.inc:			if(!isset($_SESSION['GO_SESSION']['sort_name']) ||  $_SESSION['GO_SESSION']['sort_name'] == 'first_name')
							 | 
						|
								./classes/base/sql.users.class.inc:			if($_SESSION['GO_SESSION']['sort_name'] == 'first_name')
							 | 
						|
								./classes/base/sql.users.class.inc:		"' AND id='".$_SESSION['GO_SESSION']['user_id']."'");
							 | 
						|
								./classes/base/sql.users.class.inc:			if ($user_id == $_SESSION['GO_SESSION']['user_id'])
							 | 
						|
								./classes/base/sql.users.class.inc:				$_SESSION['GO_SESSION']['name']  = $first_name.' '.$middle_name.$last_name;
							 | 
						|
								./classes/base/sql.users.class.inc:				$_SESSION['GO_SESSION']['first_name']  = $first_name;
							 | 
						|
								./classes/base/sql.users.class.inc:				$_SESSION['GO_SESSION']['middle_name']  = $middle_name;
							 | 
						|
								./classes/base/sql.users.class.inc:				$_SESSION['GO_SESSION']['last_name']  = $last_name;
							 | 
						|
								./classes/base/sql.users.class.inc:				$_SESSION['GO_SESSION']['email'] = $email;
							 | 
						|
								./classes/profiles.class.inc:    if ($auth_sources[$_SESSION['auth_source']]['type'] == "ldap" )
							 | 
						|
								
							 |