/* * Project: Clide FTP * File: index.php * Author: Absynthe * Version: 1.4.2 @ 27/06/2006 * License: GPL * * The lastest version of Clide FTP can be obtained from: * http://clide.is.free.fr/ * * You can visit the forum about Clide FTP at: * http://clide.is.free.fr/forum/ */ // Inclusion des fichiers require_once('./system/config.php'); // Fichier de configuration require_once('./system/fonctions.php'); // Fichier de fonctions require_once('./system/mime_type.php'); // Inclusion du tableau de type mime require_once('./system/scan.php'); // Scanner de dossier // Récupération du thème et du code HTML généré template($index_template); // Emplacement des thèmes pour l'index ?>