From 0b07df8d8f8e24058a728bf4a6e1fe149f6a35c8 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 6 Aug 2018 12:04:02 -1000 Subject: [PATCH] added javascript to make life easier --- index.php | 2 +- titlemanager.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 96579d6..223b954 100644 --- a/index.php +++ b/index.php @@ -10,4 +10,4 @@ if (isset($_SESSION['userid'])){ echo 'Add Guild Wars account here
'; } include_once ('footer.php'); -?> +?> \ No newline at end of file diff --git a/titlemanager.php b/titlemanager.php index 00f409e..25d3f03 100644 --- a/titlemanager.php +++ b/titlemanager.php @@ -35,12 +35,12 @@ if ($_SESSION['admin'] == 1) { } else { unset($_SESSION['tid']); echo 'Add titles

'; - echo 'Modify titles


'; - echo 'Add title ranks and points to


'; + echo 'Add title ranks and points to

'; + echo '
'; echo 'Edit / Delete subtitle & points (code goes here)

'; // now to view the last 5 title entries in the database echo 'Here is the last 5 titles entered into the database, newest entry is on top:
';