Commit f04810ec authored by Mayoro Diagne's avatar Mayoro Diagne

removing unused template

parent be0b6af0
<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
// ----------------------------------------------------------------------------
// Parametres de l'application
// ----------------------------------------------------------------------------
$APPLI_VERSION = "5.01";
$APPLI_LANGUE = "fr"; // Langue par defaut de Phenix pour la page d'identification notamment
// ----------------------------------------------------------------------------
// Connexion a la base
// ----------------------------------------------------------------------------
$cfgHote = "%(mysql_host)s"; // Serveur MySQL
$cfgUser = "%(mysql_user)s"; // Utilisateur
$cfgPass = "%(mysql_password)s"; // Mot de passe
$cfgBase = "%(mysql_database)s"; // Nom de la base
$PREFIX_TABLE = "px_"; // Permet de prefixer le nom des tables dans votre base de donnees
$CHEMIN_ABSOLU = false;
if ($_GET['msg']!="6") {
// Selon votre version de PHP, il vous faudra peut-etre indiquer ici le chemin absolu
include("inc/db_class.inc.php");
}
define("_CONF_INC_LOADED",true);
?>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment