From bae7ebbf9e81132aa2b0ad5b245f83fc2d21f517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 5 Oct 2010 16:27:04 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20des=20deux=20commit=20pr=C3=A9c=C3=A9d?= =?UTF-8?q?ents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms2/code/index.php | 18 ++++++------------ cms2/code/main.php | 6 ------ 2 files changed, 6 insertions(+), 18 deletions(-) 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