HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
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>