summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index bd25914..b8eadfc 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,6 @@
<?php
include('config.php');
-$indexignore = array();
-
if ($_POST && $pass) {
if ((hash("sha256", $_POST['password']) == $pass)) {
if (isset($_POST['rememberme'])) {