commit | ce7357683772c716fc5d8fb0c16b75b4db9feb28 | [log] [tgz] |
---|---|---|
author | avm99963 <jocdeladria@gmail.com> | Wed Sep 26 16:29:29 2018 +0200 |
committer | avm99963 <jocdeladria@gmail.com> | Wed Sep 26 16:29:29 2018 +0200 |
tree | 78a59e80d17f3adf38b800eec111f7423e373946 | |
parent | cbcae35d8892f35c0bf0d2bcb56192fe5a035de9 [diff] [blame] |
Addition of a link to the AoG app in the homepage, and bug fix when checking the password ;)
diff --git a/graf.php b/graf.php index 56cf71b..c0837c0 100644 --- a/graf.php +++ b/graf.php
@@ -8,7 +8,7 @@ exit(); } -if ($_POST["password"] != "forallexists") { +if ($_POST["password"] != $conf["password"]) { header("Location: login.php?msg=wrong"); exit(); }