From 2843194efd6782bcbfe1f311430ce8af661ce7ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 Jan 2010 12:55:25 +0000 Subject: [PATCH] Fix: Missing version on install --- htdocs/install/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/install/index.php b/htdocs/install/index.php index 8a7bbb75704..f46e9231f53 100644 --- a/htdocs/install/index.php +++ b/htdocs/install/index.php @@ -49,7 +49,10 @@ $formadmin=new FormAdmin(''); // Note: $db does not exist yet but we don't need pHeader("", "check"); // Etape suivante = index2 -print '
'; +print '
'; +print 'Dolibarr logo
'; +print DOL_VERSION.'

'; +print '
'; // Propose la langue d'installation $langs->load("admin");