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