diff --git a/cms2/code/index.php b/cms2/code/index.php index 0c50cf1..04c0305 100644 --- a/cms2/code/index.php +++ b/cms2/code/index.php @@ -1,19 +1,13 @@ Erreur lors de la mise en place des mécanismes de détection et d'affichage d'erreurs."; - die(); -} - -require_once(dirname(__FILE__) . "/main.php"); +main(); ?> \ No newline at end of file diff --git a/cms2/code/main.php b/cms2/code/main.php index 6a6009b..e6a0b5b 100644 --- a/cms2/code/main.php +++ b/cms2/code/main.php @@ -1,8 +1,5 @@ res_h_page(); @@ -10,7 +7,4 @@ function main() { Debug::afficher(); } -//trigger_error("ABCDE", E_USER_NOTICE); -main(); - ?> \ No newline at end of file