Update file editpage.php

This commit is contained in:
Jan BELLON 2024-03-07 17:49:37 +00:00
parent 73a9910e57
commit 0cacce1d4f

View File

@ -133,7 +133,7 @@ if(isset($fichier)) {
</form>
<?php
if(isset($contenu)) {
echo '<form action=' . filetypes[$filetype] . '=' . $filename . ' method="post"><div><input type="submit" name="deletefile" value="Supprimer"></div></form>';
echo '<form action=?article=' . $filename . ' method="post"><div><input type="submit" name="deletefile" value="Supprimer"></div></form>';
}
?>
</div>