PEEL Shopping
Open source ecommerce : PEEL Shopping
info.inc.src.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.src.php 46935 2015-09-18 08:49:48Z 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 spécifique, vous pouvez modifier dans ce fichier manuellement vos variables de configuration
20 $GLOBALS['serveur_mysql'] = "votre_serveur_mysql";
21 $GLOBALS['utilisateur_mysql'] = "votre_utilisateur_mysql";
22 $GLOBALS['mot_de_passe_mysql'] = "votre_motdepasse_mysql";
23 $GLOBALS['nom_de_la_base'] = "bdd_mysql";
24 // $GLOBALS['wwwroot'] n'est plus défini dans ce fichier depuis la 7.2 de PEEL, mais dans la table peel_configuration.
25 
26 // Configuration complémentaire
27 $GLOBALS['display_warning_if_connection_problem'] = true;
28 
if(!defined('IN_PEEL')) $GLOBALS['serveur_mysql']

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