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