From f04810ec1f9c9937178859d78e299e80df448d02 Mon Sep 17 00:00:00 2001
From: Mayoro Diagne <mayoro@nexedi.com>
Date: Tue, 1 Nov 2011 16:00:23 +0000
Subject: [PATCH] removing unused template

---
 software/phenix/template/conf.inc.php.in | 38 ------------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 software/phenix/template/conf.inc.php.in

diff --git a/software/phenix/template/conf.inc.php.in b/software/phenix/template/conf.inc.php.in
deleted file mode 100644
index a778c357..00000000
--- a/software/phenix/template/conf.inc.php.in
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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);
-?>
-- 
2.30.9