location.href='/app/overview.php';");
}else{
echo("
Dein System0 Account wurde noch nicht mit deinem Jakach account verknüpft!
");
}
// Return a success response
} else {
// Authentication failed
echo 'Invalid auth token
';
}
} else {
// Invalid response format or missing status
echo 'Server error
';
}
?>