mirror of
https://github.com/zoriya/EAU.git
synced 2026-06-07 04:16:37 +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>");
|
echo("<script>window.close();</script>");
|
||||||
}
|
}
|
||||||
|
elseif($openid->validate())
|
||||||
|
{
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
@@ -21,8 +23,6 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
elseif($openid->validate())
|
|
||||||
{
|
|
||||||
echo("<script>var a = document.getElementById('appOpen'); a.href = 'eau://steam-" . $openid->identity . "'</script>");
|
echo("<script>var a = document.getElementById('appOpen'); a.href = 'eau://steam-" . $openid->identity . "'</script>");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user