From cd99e110c27b7d771b90f2c9311352dc56b244ce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Feb 2008 01:01:56 +0000 Subject: [PATCH] Fix: Regression pg install --- .cvsignore | 15 ++++++++------- htdocs/install/check.php | 1 - htdocs/install/fileconf.php | 19 +++++++++---------- htdocs/install/inc.php | 1 + htdocs/install/index.php | 10 ++++------ 5 files changed, 22 insertions(+), 24 deletions(-) diff --git a/.cvsignore b/.cvsignore index 31632dad57d..16fe70cdce1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,7 +1,8 @@ -index.php -documents -*.htaccess -*.settings -*.project -*.cache -*.log +index.php +documents +*.htaccess +*.settings +*.project +*.cache +*.log +document diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 5136594fcc2..b3fed83bce6 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -25,7 +25,6 @@ \version $Id$ */ include_once("./inc.php"); -require_once($dolibarr_main_document_root."/lib/admin.lib.php"); $err = 0; $allowinstall = 0; diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index c507029fc66..e1e61e9703a 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -1,7 +1,7 @@ - * Copyright (C) 2004 Éric Seigne - * Copyright (C) 2004-2007 Laurent Destailleur + * Copyright (C) 2004 Eric Seigne + * Copyright (C) 2004-2008 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Sebastien DiCintio * @@ -23,12 +23,11 @@ /** \file htdocs/install/fileconf.php \ingroup install - \brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie à l'étape suivante + \brief Demande les infos qui constituerons le contenu du fichier conf.php. Ce fichier sera remplie � l'�tape suivante \version $Id$ */ - include_once("./inc.php"); -require_once($dolibarr_main_document_root."/lib/admin.lib.php"); + $err=0; @@ -101,7 +100,7 @@ print $langs->trans("Examples").":
"; '; print ''; -// Si pas d'erreur, on affiche le bouton pour passer à l'étape suivante +// Si pas d'erreur, on affiche le bouton pour passer � l'�tape suivante if ($err == 0) pFooter(0); ?>