uawdijnntqw1x1x1
IP : 216.73.217.71
Hostname : odin2.mydev24.com
Kernel : Linux odin2.mydev24.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
hrpsychology
/
lscache
/
6
/
..
/
..
/
public_html
/
appstg.soulfood.gr
/
..
/
podcast
/
callback
/
index.html
/
/
<!DOCTYPE html> <html> <head> <title>Authorization Callback</title> <script> // Extract the access token from the URL parameters const accessToken = getAccessTokenFromUrl(); // Pass the access token to the main page window.opener.postMessage({ accessToken: accessToken }, '*'); // Close the popup window window.close(); // Function to extract the access token from URL parameters function getAccessTokenFromUrl() { const hashParams = {}; let e, r = /([^&;=]+)=?([^&;]*)/g, q = window.location.hash.substring(1); while (e = r.exec(q)) { hashParams[e[1]] = decodeURIComponent(e[2]); } return hashParams.access_token; } </script> </head> <body> <h1>Authorization Callback</h1> <p>Please wait while we process your authorization...</p> </body> </html>
/home/hrpsychology/lscache/6/../../public_html/appstg.soulfood.gr/../podcast/callback/index.html