From 04a71dfa6bc0f68f06fc6b1c981241b6f9756f7d Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 9 Aug 2018 13:13:08 -1000 Subject: [PATCH] removed account change placeholder, since it can be set in preferences now --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 223b954..e22918d 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,6 @@ if (isset($_SESSION['userid'])){ echo 'Update character stats here

'; echo 'Update account stats here

'; echo 'View individual character stats here

'; //make this a drop down list later - echo 'Change Guild Wars account here
'; //make this a drop down list later echo 'Add Guild Wars account here
'; } include_once ('footer.php');