From 12c35bef110c39ccc282fa7669ab68544399f933 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 6 Aug 2018 14:22:22 -1000 Subject: [PATCH] can no longer modify rank level, worded 2nd select option better --- includes/titleranks-add.php | 2 +- titlemanager.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/titleranks-add.php b/includes/titleranks-add.php index 214bbbd..371d5d6 100644 --- a/includes/titleranks-add.php +++ b/includes/titleranks-add.php @@ -44,7 +44,7 @@ $stmtname->free_result(); $stmtname->close(); echo '
'; -echo ''; +echo ''; echo '
Title Rank NameTitle PointsRank Level

'; echo 'Here are the currently associated title ranks, starting with rank 1:
'; diff --git a/titlemanager.php b/titlemanager.php index 188c356..6875b95 100644 --- a/titlemanager.php +++ b/titlemanager.php @@ -38,7 +38,7 @@ if ($_SESSION['admin'] == 1) { echo 'Modify titles


'; - echo 'Add title ranks and points to

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

';