From 47118442e5c4e69b7ed05d9ce184a491f62737ee Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 18:16:02 +0200 Subject: [PATCH] Update (dirty) index.php --- public_html/index.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public_html/index.php b/public_html/index.php index 043f30e..7a4acf1 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -1,3 +1,27 @@ getDiplomes(); + + + + /* [2] Display the links + =========================================================*/ + foreach($diplomes as $id=>$name){ + echo "$name
"; + + }