diff options
author | Minteck <contact@minteck.org> | 2021-12-23 19:41:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-23 19:41:28 +0100 |
commit | c451cbe0b6de0707d891937d7f61596491e81565 (patch) | |
tree | 4c564a930af36980be2f345f68306aca0a967269 /files/index.php | |
parent | 4692b0866fb0051b8647f77f1f5a8ee74f48e89e (diff) | |
download | share-c451cbe0b6de0707d891937d7f61596491e81565.tar.gz share-c451cbe0b6de0707d891937d7f61596491e81565.tar.bz2 share-c451cbe0b6de0707d891937d7f61596491e81565.zip |
Commit
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/index.php b/files/index.php index fc3a388..df58fb3 100644 --- a/files/index.php +++ b/files/index.php @@ -5,7 +5,7 @@ <h1>Mes fichiers partagés</h1> <?php if (count($_CONF_USP['files']) < 1): ?> <p>Vous n'avez encore rien partagé. Vous avez droit à 200 Mo gratuitement, alors profitez-en !</p> - <a class="btn btn-primary" href="/share">Commencer</a> + <a class="btn btn-primary" href="/share/">Commencer</a> <?php else: ?> <p>Voici la liste de tous les fichiers partagés qui sont actuellement en circulation. Les fichiers expirés ne sont pas affichés ici et il n'y a aucun moyen de les récupérer.</p> </div> @@ -55,8 +55,8 @@ ?></td> <td style="vertical-align: middle;"> <div class="btn-group"> - <a target="_blank" href="https://flsh.sytes.net/f/<?= $file['id'] ?>" type="button" class="btn btn-success">Voir</a> - <input id="link-<?= $file['id'] ?>" value="https://flsh.sytes.net/f/<?= $file['id'] ?>" type="text" style="opacity: 0;pointer-events: none;position:fixed;"> + <a target="_blank" href="https://flsh.minteck.org/f/<?= $file['id'] ?>" type="button" class="btn btn-success">Voir</a> + <input id="link-<?= $file['id'] ?>" value="https://flsh.minteck.org/f/<?= $file['id'] ?>" type="text" style="opacity: 0;pointer-events: none;position:fixed;"> <a onclick="copylink('<?= $file['id'] ?>');" type="button" class="btn btn-primary">Copier</a> <a href="/delete/?i=<?= $file['id'] ?>" type="button" class="btn btn-danger">Supprimer</a> </div> |