<?php 
/*  
 * index.php 
 *                                       __       HZKnight free PHP Scripts    _    vs 5.1 
 *                                      / _| __ _ _ __   /\ /\___  _   _ _ __ | |_ ___ _ __ 
 *                                     | |_ / _` | '_ \ / //_/ _ \| | | | '_ \| __/ _ \ '__| 
 *                                     |  _| (_| | | | / __ \ (_) | |_| | | | | ||  __/ | 
 *                                     |_|  \__,_|_| |_\/  \/\___/ \__,_|_| |_|\__\___|_| 
 * 
 *                                           lucliscio <[email protected]>, ITALY 
 * 
 * ------------------------------------------------------------------------------------------- 
 * Documentazione di riferimento 
 * ------------------------------------------------------------------------------------------- 
 * license.txt - le condizioni di utilizzo, modifica e redistribuzione per l'utente finale 
 *  manual.txt - la guida alla configurazione, all'installazione e all'uso dello script 
 *    faqs.txt - le risposte alle domande pił comuni, sui problemi e sulle funzionalitą 
 * history.txt - la progressione delle versioni, i miglioramenti apportati e i bugs eliminati 
 * 
 * ------------------------------------------------------------------------------------------- 
 * Licence 
 * ------------------------------------------------------------------------------------------- 
 * Copyright (C) 2020 HZKnight 
 * 
 * This program is free software: you can redistribute it and/or modify 
 * it under the terms of the GNU Affero General Public License as published by 
 * the Free Software Foundation, either version 3 of the License, or 
 * (at your option) any later version. 
 * 
 * This program is distributed in the hope that it will be useful, 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
 * GNU Affero General Public License for more details. 
 * 
 * You should have received a copy of the GNU Affero General Public License 
 * along with this program.  If not, see <http://www.gnu.org/licenses/agpl-3.0.html>. 
 */ 
 
/** 
 * Modulo di avvio automatico della GUI del fanKounter. 
 *  
 *  @author  lucliscio <[email protected]> 
 *  @version v 1.0 
 *  @copyright Copyright 2020 HZKnight  
 *  @license http://www.gnu.org/licenses/agpl-3.0.html GNU/AGPL3 
 *    
 *  @package fanKounter 
 *  @filesource 
 */ 
 
    // redirect verso pagina interna 
    header("location: stats.php"); 
?>
 
 |