Fixed comments and links

This commit is contained in:
Joey Lai
2017-02-03 12:42:30 +01:00
parent 05d6bf8aa6
commit 4643dfcddb
3 changed files with 48 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ $fb = new Facebook\Facebook([
]);
// Redirect back to login.php after logging/canceling with facebook.
$redirect = "https://myhyvesbookplus.nl/~joey/login.php";
$redirect = "https://myhyvesbookplus.nl/login.php";
$helper = $fb->getRedirectLoginHelper();
try {