From c2322cf03e67f5cf59d2d8c77e3371d2ba082015 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 17 Sep 2017 12:09:37 -0400 Subject: [PATCH] Update index.php --- community/index.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/community/index.php b/community/index.php index c6b3008..b2048f4 100644 --- a/community/index.php +++ b/community/index.php @@ -172,6 +172,25 @@ else{ echo "Photo :

"; // echo the logout button echo ""; + // echo content box if user is approved + if($data->screen_name == "ewpratten"){ + echo ' +(.. your html ..) +
+ + +
+'; + } } ?>