summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:13:01 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:13:01 +0100
commitda26cf10caecd4ec2d1b9399731933d10f0c5c07 (patch)
treebad01f74fec301323f2cd103dc39cb9dd968aff9 /index.php
parentce4dcd942953471e8ba3413c019eedc9c557042d (diff)
Move missing configuration option to example configuration
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'])) {