mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 16:32:17 +00:00
4 lines
260 B
PHP
4 lines
260 B
PHP
<div class="text">
|
|
<p>Confirm deletion of <strong>"<?= $doc["Title"] ?>"</strong>:</p>
|
|
<a href="admin.php?action=remove&confirm=yes&item=<?= $doc["ID"] ?>&ret=<?= $_SERVER['HTTP_REFERER']; ?>" class="button">Remove from database (and drive)</a>
|
|
</div>
|