Gateway

Morus

www.votezone.eu , www.privateserversranking.com
Where I can find code that is redirecting members to main website after voting via gateway?
 

Morus

www.votezone.eu , www.privateserversranking.com
thanks I found the line :) Just for rest of the members if somebody would like to use different page after gateway than default.

Code:
  if ($go_to_rankings) {
      header("Location: {$CONF['list_url']}/index.php");
      exit;
    }
 

Basti

Administrator
Staff member
1.0 will feature a plugin hook at that place so its easier to make it redirect somewhere
 
Top