* * * This software is protected by copyright, please * read the file COPYRIGHT. * 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. Please * read the file LICENCE. * * Ce fichier contient la page d'installation de qware * * @author Rooty * @copyright Copyright © 2009-2018, Rooty * @since 2004/06/07 * @version 0.3 * @link www.rooty.me * @package install * @docreview Tristan | 30-10-2005 */ $QWARE_ROOT_PATH = "./../"; /* Path général du site */ $CONF_LIB_PATH = "./../"; /* Path des libs */ $PATH_INSTALL = "./"; /** * Doit être déclaré pour que les librairies fonctionnent */ define('SYSTEM_IN', true); ##################################################################################################### ### Inclusion des libs chaine, xml, file, message et fonction de détection des langues ... ##################################################################################################### include($QWARE_ROOT_PATH."lib/system/dependancy.php"); include($PATH_INSTALL."check_lang.php"); include($PATH_INSTALL."do_install.php"); ##################################################################################################### ### Inclusion du control d'installation ##################################################################################################### // include($CONF_LIB_PATH."config/installcontrol.php.install"); /*On récupère la langue détectée*/ $language = check_lang("install.ini"); /*On récupère les messages associés*/ $message = new SystemMessage(); $message->addFile("install.ini", $QWARE_ROOT_PATH."data/message/".$language."/"); $on = "on.png"; $off = "off.png"; $stepimg ="step.png"; $help ="help.png"; $etat = 0; if(isset($_GET['step'])) { $step = $_GET['step']; } else { $step = 0; } ?> Installation de Qware