From 921f154196aebd1ac8357dca926f18c30e20da61 Mon Sep 17 00:00:00 2001 From: trinkey Date: Mon, 17 Mar 2025 16:35:50 -0400 Subject: [PATCH] add link to emoji page on index --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index def1016..c8be029 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,10 @@ if ($_GET["sent"] == 1) { view emoji list"); +} + foreach (array_reverse($questions) as $question){ echo(getQuestion($question)); }