FindRetros Api Not working for RevCMS

Kristopher

Photographer
Dec 25, 2010
802
66
I've added everything in and it does not seem to be working..

Code below:

<?php

require_once 'findretros_config.php';
require_once 'findretros.php';

$FindRetros = new FindRetros();

if($FindRetros->hasClientVoted()) {

echo 'You have voted!';

}else{

// echo 'You have yet to vote!';

$FindRetros->redirectClientToVote();

} ?>
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Findretros API works you just didnt do it correctly. Please show us where you have put your findretros coding on. For example I put my forcevoting on my index.
 

Users who are viewing this thread

Top