Skip to content

Commit

Permalink
remove the inf redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi authored and maxwell committed Jan 4, 2012
1 parent ff04b92 commit 34b99be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/pages_controller.rb
Expand Up @@ -14,7 +14,7 @@ def get_involved
end end


def donate def donate
unless request.url.match(/^https:\/\/www.diasporafoundation.org\/donate/i) unless request.url.match(/^https:\/\/diaspora-project-site\.heroku\.com\/donate/i)
redirect_to "https://diaspora-project-site.heroku.com/donate" redirect_to "https://diaspora-project-site.heroku.com/donate"
end end
end end
Expand Down

0 comments on commit 34b99be

Please sign in to comment.