AEOS Calvarium v0.2
This commit is contained in:
parent
b1cb9e9582
commit
37a738d9de
16 changed files with 152 additions and 150 deletions
|
|
@ -177,6 +177,10 @@ function upload_unzip($fichier, $dossier, $page)
|
|||
$zip->close();
|
||||
unlink($target_path);
|
||||
}
|
||||
//Modification pour l'installation de module
|
||||
$contenu = lecture_xml($dossier.$nom."/config.xml");
|
||||
rename ($dossier.$nom, $dossier.$contenu['configuration']['dossier']['#text']);
|
||||
//
|
||||
echo "<span class='valide'>Votre ".$page." a bien été installé.</span>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue