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.