Copie le fichier conf.class.php3.sample

This commit is contained in:
Rodolphe Quiedeville 2003-06-24 12:05:24 +00:00
parent 2a88115d28
commit c8f8ab80c3

View File

@ -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 "<tr><td>Configuration enregistrée</td><td>OK</td>";
print '<tr><td colspan="2">Test des répertoires</td></tr>';