adding more descriptive error message and taking out one of the useless buttons on index page

This commit is contained in:
Bryan
2019-11-26 00:29:29 -05:00
parent 74eedc9961
commit 0bf67e78d1
2 changed files with 1 additions and 3 deletions

View File

@@ -17,8 +17,6 @@
<br><br>
<button type="button" onclick="window.location.href = '/messages.html'">See Messages</button>
<br><br>
<button type="button" onclick="window.location.href = '/contacts.html'">See Contacts</button>
<br><br>
<button type="button" onclick="window.location.href = '/search.php'">Search</button>
<br><br>
<button type="button" onclick="window.location.href = '/sendMessage.php'">Message Someone</button>