From a6c881b6c41b58af6b0ed527121e8ea14c31858e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Jan 2005 11:40:21 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Comme=20le=20support=20de=20pgsql=20n'e?= =?UTF-8?q?st=20pas=20stabilis=E9=20ni=20compler,=20je=20mets=20un=20libel?= =?UTF-8?q?l=E9=20"experimantal"=20sur=20le=20choix=20de=20la=20base=20de?= =?UTF-8?q?=20donn=E9e=20pour=20pgsql.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install/etape5.php | 16 +++++++++++----- htdocs/install/fileconf.php | 21 ++++++++++----------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index c810d65fe2e..f33f22c7be8 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -1,8 +1,8 @@ - * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Benoit Mortier - * Copyright (C) 2004 Sebastien DiCintio +/* Copyright (C) 2004 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004 Benoit Mortier + * Copyright (C) 2004 Sebastien DiCintio * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +22,12 @@ * $Source$ * */ + +/** \file htdocs/install/etape5.php + \brief Page de fin d'installation + \version $Revision$ +*/ + include("./inc.php"); $success=0; @@ -99,7 +105,7 @@ if ($_POST["action"] == "set") print "Votre système est maintenant installé.
"; print "Il vous reste à le configurer selon vos besoins (Choix de l'apparence, des fonctionnalités, etc...). Pour cela, cliquez sur le lien ci-dessous:
"; -print '
Accès à l\'espace configuration'; +print '
Accès à l\'espace configuration'; pFooter(1); ?> diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index 089605f2d1c..c2cd86dc1cc 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -1,9 +1,9 @@ - * Copyright (C) 2004 Éric Seigne - * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Benoit Mortier - * Copyright (C) 2004 Sebastien DiCintio +/* Copyright (C) 2004 Rodolphe Quiedeville + * Copyright (C) 2004 Éric Seigne + * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004 Benoit Mortier + * Copyright (C) 2004 Sebastien DiCintio * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,10 +24,9 @@ * */ -/** - \file htdocs/install/fileconf.php - \brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie à l'étape suivante - \version $Revision$ +/** \file htdocs/install/fileconf.php + \brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie à l'étape suivante + \version $Revision$ */ include("./inc.php"); @@ -144,12 +143,12 @@ $dolibarr_main_db_host = "localhost";   -Type de la base de donnée (MySql par défaut ou alors PostgreSql). +Type de la base de donnée