mirror of
https://github.com/zoriya/EAU.git
synced 2026-06-01 01:59:34 +00:00
Chaging the php structure, the old one didn't work
This commit is contained in:
+2
-2
@@ -10,6 +10,8 @@
|
||||
{
|
||||
echo("<script>window.close();</script>");
|
||||
}
|
||||
elseif($openid->validate())
|
||||
{
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
@@ -21,8 +23,6 @@
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
elseif($openid->validate())
|
||||
{
|
||||
echo("<script>var a = document.getElementById('appOpen'); a.href = 'eau://steam-" . $openid->identity . "'</script>");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user