You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Some default variables (can be overwritten by pages init)
$page_title = "Home";
$page_desc = "This is a DEMO project that uses eRanker API. It contains some basic features like: Create Report; View and print Report; Generate PDF; Latest Reports";
$project_name = "eRanker API Starter Kit";
//Init the eranker object and fill the user and factors data
global $erapi;
$erapi = new eRankerAPI($eranker_apiemail, $eranker_apikey, true);