From 72e25c39d8950a0ac3205aeb27c48a65c185c4d3 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 22 Nov 2020 15:53:29 +0100 Subject: [PATCH] Better display of the links --- create.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/create.php b/create.php index 293217e..201365e 100644 --- a/create.php +++ b/create.php @@ -55,23 +55,27 @@ while (!$db->createCloud($token, $text, $size, $duration) && $cpt < 10) { $token = bin2hex(random_bytes($length)); $cpt++; } +$viewUrl = 'result.php?id=' . $token; +$viewName = $_SERVER['HTTP_ORIGIN'] . '/'. $viewUrl; +$voteUrl = 'index.php?id=' . $token; +$voteName = $_SERVER['HTTP_ORIGIN'] . '/' . $voteUrl; ?> +

Attention, il n'y a aucun moyen de retrouver ces liens par la suite.

-

Attention, il n'y a aucun moyen de retrouver ces liens par la suite.