Copie le fichier conf.class.php3.sample
This commit is contained in:
parent
2a88115d28
commit
c8f8ab80c3
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user