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