diff --git a/fluxRSS/controleur/FrontControleur.php b/fluxRSS/controleur/FrontControleur.php index cc6b5fc..f964b71 100755 --- a/fluxRSS/controleur/FrontControleur.php +++ b/fluxRSS/controleur/FrontControleur.php @@ -32,7 +32,7 @@ class FrontControleur try { $controller = '\\controleur\\' . $controller; $controller = new $controller; - if($controller == "\\controleur\\AdminControleur.php"){ + if($controller == "\\controleur\\AdminControleur"){ if (!AdminModel::isAdmin()){ echo $twig->render('Connection.html'); } diff --git a/fluxRSS/vendor/composer/installed.php b/fluxRSS/vendor/composer/installed.php index 26f8284..965d59a 100755 --- a/fluxRSS/vendor/composer/installed.php +++ b/fluxRSS/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'c00c0a1c491c44a1666572f040f9b9df34933d25', + 'reference' => '74b55bc18906a4639884ce8f33bd06d1657149b3', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'c00c0a1c491c44a1666572f040f9b9df34933d25', + 'reference' => '74b55bc18906a4639884ce8f33bd06d1657149b3', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),