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.
22 lines
725 B
22 lines
725 B
<?php
|
|
|
|
//préfixe
|
|
$rep = __DIR__ . '/../';
|
|
//BD
|
|
$user = 'mathseduc';
|
|
$pass = 'educ3306*';
|
|
$dns = "mysql:host=b62383e.online-server.cloud:3306;dbname=mathseduc";
|
|
|
|
//Vues
|
|
$vues["singleplayer"]="singleplayer.twig";
|
|
$vues["multiplayer"]="multiplayer.twig";
|
|
$vues["home"]="home.twig";
|
|
$vues["connexion"]="connexion.twig";
|
|
$vues["choixSolo"]="choixThemeSolo.twig";
|
|
$vues["loginAdmin"]="loginAdmin.twig";
|
|
$vues["adminAdministrators"]="adminAdministrators.twig";
|
|
$vues["adminAdministratorsModal"]="adminAdministratorsModal.twig";
|
|
$vues["adminChapters"]="adminChapters.twig";
|
|
$vues["adminChaptersModal"]="adminChaptersModal.twig";
|
|
$vues["adminQuestions"]="adminQuestions.twig";
|
|
$vues["adminQuestionsModal"]="adminQuestionsModal.twig"; |