From bbd988fd7ce3cccc4042410e2b70f2948f11b3b2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 21 Nov 2011 13:18:12 +0000 Subject: [PATCH] =?UTF-8?q?#20=20am=C3=A9liorer=20cosmetique=20setup.php:?= =?UTF-8?q?=20place=20de=20succeed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/admin/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 140fc2b51..db546513b 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -289,9 +289,9 @@ echo ""; echo ""; if ( $flag_php==0 ) { - echo '

'.$succeed.' php.ini est bien configuré

'; + echo '

php.ini est bien configuré '.$succeed.'

'; } else { - echo '

'.$failed.' php mal configuré

'; + echo '

php mal configuré '.$failed.'

'; exit -1; } /* check user */