From 7c2e5f38f925e8783b463c306f6c4bf43a9564de Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 9 Aug 2018 15:33:51 -1000 Subject: [PATCH] re-ordered the links I think? --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e22918d..bc46fa8 100644 --- a/index.php +++ b/index.php @@ -3,10 +3,10 @@ $pagetitle = "Guild Wars Stats Tracker"; include_once ('header.php'); if (isset($_SESSION['userid'])){ + echo 'View individual character stats here

'; //make this a drop down list later echo 'Update character stats here

'; echo 'Update account stats here

'; - echo 'View individual character stats here

'; //make this a drop down list later - echo 'Add Guild Wars account here
'; + echo 'Add Guild Wars accounts and characters here
'; } include_once ('footer.php'); ?> \ No newline at end of file