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.
32 lines
1.0 KiB
32 lines
1.0 KiB
<?php
|
|
//préfixe
|
|
$rep = '';
|
|
|
|
// BD
|
|
$dsn = './scripted.db';
|
|
// $dsn = 'C:\\wamp64\\www\\scripted.db';
|
|
|
|
//Sel de hashage
|
|
$sel = "JeSuisUnSeldeHashageEtJeSuisUniqueEtTresSecuriseEtJeSuisTresLong";
|
|
|
|
//View
|
|
//Page
|
|
$vues['main'] = 'View/src/pages/Main.php';
|
|
$vues['presentation'] = 'View/src/pages/Presentation.html';
|
|
$vues['login'] = 'View/src/pages/LogSign/Login.php';
|
|
$vues['signUp'] = 'View/src/pages/LogSign/SignUp.php';
|
|
$vues['test'] = 'View/src/pages/FirstTests/FirstTest1.html';
|
|
$vues['next'] = 'View/src/pages/FirstTests/FirstTest';
|
|
// Enigme
|
|
$vues['enigme'] = 'View/src/pages/Enigme/Palindrome.html';
|
|
$vues['chouette'] = 'View/src/pages/Enigme/Chouette.html';
|
|
$vues['cesarEncrypt'] = 'View/src/pages/Enigme/CesarEncrypt.html';
|
|
$vues['cesarDecrypt'] = 'View/src/pages/Enigme/CesarDecrypt.html';
|
|
$vues['chuckNorris'] = 'View/src/pages/Enigme/ChuckNorris.html';
|
|
$vues['hanoi'] = 'View/src/pages/Enigme/Hanoi.html';
|
|
$vues['trianglePascal'] = 'View/src/pages/Enigme/TrianglePascal.html';
|
|
|
|
//Error
|
|
$vues['erreur'] = 'View/src/pages/Erreur.php';
|
|
$error = "";
|