From 4d6ec1c5a5c01d7a5bbd48f346e382f12ee3ff98 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 18 Apr 2016 22:07:37 -0400 Subject: [PATCH] Remove password functionality After the change to 0.0.0.0 there will be no need for a password --- list.php | 151 +++++++++------------------------------------- php/add.php | 9 +-- php/checkPass.php | 10 --- php/functions.php | 5 -- php/sub.php | 9 +-- 5 files changed, 33 insertions(+), 151 deletions(-) delete mode 100644 php/checkPass.php delete mode 100644 php/functions.php diff --git a/list.php b/list.php index 8087f20f..c85523f9 100644 --- a/list.php +++ b/list.php @@ -37,32 +37,6 @@ function getFullName() { Failure! Something went wrong. - - - @@ -72,10 +46,6 @@ require "footer.php";