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)); }