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();
 }