AEOS Calvarium v0.2
This commit is contained in:
parent
b1cb9e9582
commit
37a738d9de
16 changed files with 152 additions and 150 deletions
|
|
@ -238,7 +238,7 @@
|
|||
{
|
||||
case 'ajouter':
|
||||
if(@$_FILES["zip_file"]["name"])
|
||||
upload_unzip($_FILES["zip_file"], "../modules/", "modules"); ?>
|
||||
upload_unzip($_FILES["zip_file"], "../modules/", "module"); ?>
|
||||
<form enctype="multipart/form-data" method="post" action="index.php?pid=3&action=ajouter">
|
||||
<p>
|
||||
<input type="file" name="zip_file" />
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
|
||||
<?php
|
||||
$list=listing_dossier("../modules/");
|
||||
|
||||
if (!empty($list)) {
|
||||
foreach ($list as &$pages) {
|
||||
$page = lecture_xml("../modules/".$pages."/config.xml");
|
||||
|
||||
|
|
@ -299,6 +299,7 @@
|
|||
<td align="center"><a href="index.php?pid=3&action=supprimer&dossier=<?php echo $page['configuration']['dossier']['#text']; ?>"><img src="../themes/defaut/images/icones/delete.png" alt="delete" /></a></td>
|
||||
|
||||
</tr><?php
|
||||
}
|
||||
} ?>
|
||||
</table>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue