PEEL Shopping
Open source ecommerce : PEEL Shopping
info.inc.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: info.inc.php 47312 2015-10-12 12:33:24Z gboussin $
14 
15 if (!defined('IN_PEEL')) {
16  die();
17 }
18 // Ce fichier a été généré lors de l'installation de PEEL.
19 // En cas de migration de serveur ou configuration sépcifique, vous pouvez modifier dans ce fichier manuellement vos variables de configuration
20 
21 $GLOBALS['serveur_mysql'] = "votre_serveur_mysql";
22 $GLOBALS['utilisateur_mysql'] = "votre_utilisateur_mysql";
23 $GLOBALS['mot_de_passe_mysql'] = "votre_motdepasse_mysql";
24 $GLOBALS['nom_de_la_base'] = "bdd_mysql";
25 // $GLOBALS['wwwroot'] n'est plus défini dans ce fichier depuis la 7.2 de PEEL, mais dans la table peel_configuration.
26 
27 // Configuration complémentaire
28 $GLOBALS['display_warning_if_connection_problem'] = true;
29 
if(!defined('IN_PEEL')) $GLOBALS['serveur_mysql']
Definition: info.inc.php:21

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:16 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.