diff options
Diffstat (limited to 'files')
-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> |