FindRetros Not Redirecting After Vote

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
You must be registered for see images attach


I am getting this issue where after users vote, they don't get redirected. Happens for all users, the redirect link is setup.
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
You need the 2 PHP Files from the GitHub

Configure the findretros_config.php

Then put this in ur client:

Code:
<?php



require_once 'findretros_config.php';

require_once 'findretros.php';



$findRetros = new FindRetros();



if(!$findRetros->hasClientVoted()) {

    $findRetros->redirectClientToVote();

}



?>
 

Joe

Well-Known Member
Jun 10, 2012
4,172
1,955
Yeah I was going to say, there's always the which links to their GitHub.

Glad this was solved.
 

Users who are viewing this thread

Top