getTitle()) ? $cfg->getTitle() : 'osTicket :: '.__('Support Ticket System'); $signin_url = ROOT_PATH . "login.php" . ($thisclient ? "?e=".urlencode($thisclient->getEmail()) : ""); $signout_url = ROOT_PATH . "logout.php?auth=".$ost->getLinkToken(); header("Content-Type: text/html; charset=UTF-8"); header("Content-Security-Policy: frame-ancestors ".$cfg->getAllowIframes().";"); if (($lang = Internationalization::getCurrentLanguage())) { $langs = array_unique(array($lang, $cfg->getPrimaryLanguage())); $langs = Internationalization::rfc1766($langs); header("Content-Language: ".implode(', ', $langs)); } ?> setWarning(__('osTicket no longer supports Internet Explorer.')); ?>>
isValid() && !$thisclient->isGuest()) { echo Format::htmlchars($thisclient->getName()).' |'; ?> | (%d)'), $thisclient->getNumTickets()); ?> - getClientRegistrationMode() == 'public') { ?> | isValid() && $thisclient->isGuest()) { ?> getClientRegistrationMode() != 'disabled') { ?>
1) ) { $qs = array(); parse_str($_SERVER['QUERY_STRING'], $qs); foreach ($all_langs as $code=>$info) { list($lang, $locale) = explode('_', $code); $qs['lang'] = $code; ?>