From 5d1acf5d57556b41bf0c11e8120b68c51f26ef91 Mon Sep 17 00:00:00 2001 From: Tom Hash Date: Mon, 18 Jul 2016 02:03:57 +0100 Subject: [PATCH] Update reddit.php whoopsie, Paypal instead of reddit on the comment --- reddit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit.php b/reddit.php index 3474a06..0baf8e1 100644 --- a/reddit.php +++ b/reddit.php @@ -56,7 +56,7 @@ public function __construct(){ redditConfig::$SCOPES, $state); - //forward user to PayPal auth page + //forward user to reddit auth page header("Location: $urlAuth"); } }