From c8f8ab80c3eb31458d95175d3ceb252148cbd413 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 24 Jun 2003 12:05:24 +0000 Subject: [PATCH] Copie le fichier conf.class.php3.sample --- htdocs/install.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/install.php b/htdocs/install.php index 3b37863c16f..cc98d2d3fc3 100644 --- a/htdocs/install.php +++ b/htdocs/install.php @@ -50,6 +50,11 @@ if ($action == "set") include ("conf/conf.php"); } + if (! file_exists("conf/conf.class.php3")) + { + copy("conf/conf.class.php3.sample","conf/conf.class.php3"); + } + print "Configuration enregistréeOK"; print 'Test des répertoires';