Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
5d502ad27c | 1 year ago |
|
3c08b7ca83 | 1 year ago |
@ -1,22 +0,0 @@
|
||||
<?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["themeChoice"]="themeChoice.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";
|
Loading…
Reference in new issue