* Copyright 2001 Olivier Cahagne * Copyright 2008-2011 Tim Gerundt * * This file is part of NOCC. NOCC is free software under the terms of the * GNU General Public License. You should have received a copy of the license * along with NOCC. If not, see . * * @package NOCC * @license http://www.gnu.org/licenses/ GNU General Public License * @version SVN: $Id: index.php 3016 2022-08-25 11:00:42Z oheil $ */ //If a previous authentification cookie was set, we use it to bypass login //window. require_once './common.php'; if( isset($_REQUEST['sname']) && $_REQUEST['sname'] == "RSS" ) { header("Location: ".$conf->base_url); exit(); } if( isset($_SESSION['restart_session']) && $_SESSION['restart_session']==true ) { header("Location: ".$conf->base_url."action.php?".NOCC_Session::getUrlGetSession()); exit(); } require_once './utils/check.php'; require './html/header.php'; ?>

nocc_name); ?>

domains[0]->in == '') { echo ''; echo ''; echo ''; echo ''; } if ($conf->hide_lang_select_from_login_page == false) { ?> use_theme == true && $conf->hide_theme_select_from_login_page == false) { ?> prefs_dir) && $conf->prefs_dir != '') { ?>
domains) > 1) { //Add fill-in domain if( isset($conf->typed_domain_login) ) echo ' '; else if ( isset($conf->vhost_domain_login) && $conf->vhost_domain_login == true ) { $i = 0; while (!empty($conf->domains[$i]->in)) { if (strpos($_SERVER['HTTP_HOST'], $conf->domains[$i]->domain)) echo ''."\n"; $i++; } } else { echo ' '."\n"; } } else { echo ''."\n"; } ?>
'; echo '
'; echo ''; echo '

".$html_send_recover.""; ?>