This commit is contained in:
François
2025-05-07 05:59:09 +02:00
parent 99d54ce600
commit 991562a456
25 changed files with 246 additions and 1449 deletions

View File

@ -7,12 +7,14 @@ use OCP\Util;
Util::addScript(OCA\WebTransfer\AppInfo\Application::APP_ID, 'main');
$archiveUrl = isset($_['archiveUrl']) ? $_['archiveUrl'] : ''; // Valeur par défaut vide si non définie
$token = isset($_['token']) ? $_['token'] : ''; // Valeur par défaut vide si non définie
?>
<div id="webtransfer">
</div>
<div id="archiveInfos"
dataarchiveurl="<?php echo htmlspecialchars($archiveUrl); ?>"
data-archive-url="<?php echo htmlspecialchars($archiveUrl); ?>"
data-token="<?php echo htmlspecialchars($token); ?>"
>
</div>