diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:13:01 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:13:01 +0100 |
commit | da26cf10caecd4ec2d1b9399731933d10f0c5c07 (patch) | |
tree | bad01f74fec301323f2cd103dc39cb9dd968aff9 /index.php | |
parent | ce4dcd942953471e8ba3413c019eedc9c557042d (diff) |
Move missing configuration option to example configuration
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ <?php include('config.php'); -$indexignore = array(); - if ($_POST && $pass) { if ((hash("sha256", $_POST['password']) == $pass)) { if (isset($_POST['rememberme'])) { |