Modif FrontController

AdminInterface
Alexis 2 years ago
parent 915f5ed8ee
commit 182ea52ff9

@ -10,7 +10,7 @@ class FrontController
function __construct() function __construct()
{ {
/* La liste de tous les Controller */ /* La liste de tous les Controller */
$listControllers = array("\\FORM_Controller\\ControllerCandidate", "\\FORM_Controller\\ControllerAdmin"); $listControllers = array("\\FORM_Controller\\ControllerCandidate");
global $rep, $views; // Chemin d'accès + Vues global $rep, $views; // Chemin d'accès + Vues
$dVueError = array(); // Vue d'erreur $dVueError = array(); // Vue d'erreur

Loading…
Cancel
Save