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';