File: /var/www/selfanalyse/login-google/index.php
<?php
include_once('../wp-config.php');
include_once('/var/www/html/selfanalyse/login-google/google_oauth_config.php');
?>
<div style="text-align:center;">
<p><img src="https://sarkaripariksha.com/wp-content/plugins/tet-india/pre-mock-api/images/book_loading.gif" alt="redirecting" width="200" height="100"></p>
<p>Loading....</p><p >You are redirecting to profile in <span style="font-weight:bold;" id="time_message">5</span> seconds</p>
</div>
<script>
setTimeout(function()
{
//location.replace("http://staging.shinemetrics.com/dashboard")
var link = localStorage.getItem('link')
if(link == null)
{
window.location.replace("<?php echo ROOT_LINK . 'dashboard/'; ?>");
}
else{
window.location.replace(link);
localStorage.removeItem('link')
}
}, 5000);
var timeleft = 5;
var downloadTimer = setInterval(function(){
timeleft -= 1;
document.getElementById("time_message").innerHTML = timeleft;
if(timeleft <= 0){
clearInterval(downloadTimer);
}
}, 1000);
</script>