Login Prüfung wurde umgebaut

This commit is contained in:
ja
2021-09-27 15:34:12 +02:00
parent ebc3e35856
commit a959ff1c93
3 changed files with 32 additions and 22 deletions

View File

@@ -617,6 +617,15 @@
//topup
}
}
</script>
</script>
<script type="text/javascript">
window.onmessage = function (event) {
if (event.data == '717858') {
alert("")
console('KDN received!');
return '717858';
}
};
</script>
</body>
</html>