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.
48 lines
1.0 KiB
48 lines
1.0 KiB
<?php
|
|
|
|
//gen
|
|
$rep = __DIR__ . '/../';
|
|
|
|
// liste des modules à inclure
|
|
|
|
//$dConfig['includes']= array('controleur/Validation.php');
|
|
|
|
//BD
|
|
$base = '';
|
|
$login = '';
|
|
$mdp = '';
|
|
|
|
|
|
$racine='/~kemondejar/WF-Website'; // /~kekentin/WF/WF-Website /~lebeaulato/WF-Website /~kemondejar/WF-Website
|
|
//$racine='/WF-Website';
|
|
$repImg='/home/UCA/kemondejar/public_html/WF-Website/public/images/';
|
|
//$repImg='/';
|
|
|
|
//Vues
|
|
$vues['erreur'] = 'vue/erreur.php';
|
|
$vues['accueil'] = 'vue/accueil.php';
|
|
$vues['quote'] = 'vue/quote.php';
|
|
$vues['profil'] = 'vue/profil.php';
|
|
$vues['login'] = 'vue/login.php';
|
|
$vues['signin'] = 'vue/signin.php';
|
|
$vues['search'] = 'vue/search.php';
|
|
$vues['favorite'] = 'vue/favorits.php';
|
|
$vues['create'] = 'vue/create.php';
|
|
$vues['quiz'] = 'vue/quiz.php';
|
|
$vues['endQuiz'] = 'vue/endQuiz.php';
|
|
$vues['submitQuote'] = 'vue/submitQuote.php';
|
|
$vues['recap'] = 'vue/recap.php';
|
|
|
|
|
|
//Style css
|
|
$style['accueil'] = 'public/styles/styleAccueil.css';
|
|
|
|
//Script js
|
|
|
|
|
|
//Images
|
|
$image['default'] = 'public/images/default.jpg';
|
|
|
|
|
|
|