Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
f04810ec
Commit
f04810ec
authored
Nov 01, 2011
by
Mayoro Diagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing unused template
parent
be0b6af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
+0
-38
software/phenix/template/conf.inc.php.in
software/phenix/template/conf.inc.php.in
+0
-38
No files found.
software/phenix/template/conf.inc.php.in
deleted
100644 → 0
View file @
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
);
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment