You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WF-Website/config/config.php

28 lines
378 B

<?php
//gen
$rep = __DIR__ . '/../';
// liste des modules à inclure
//$dConfig['includes']= array('controleur/Validation.php');
//BD
$base = 'dbkemondejar';
$login = '';
$mdp = '';
//Vues
$vues['erreur'] = 'vue/erreur.php';
//Style css
$style['accueil'] = 'public/styles/styleAccueil.css';
//Script js
//Images
$image['default'] = 'public/images/default.jpg';
?>