digipi/var/www/html/fld/index.php

29 wiersze
647 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>DigiPi FLDigi redirect</title>
</head>
<body>
<?php
sleep(2);
?>
<p>
<br/>
Forwarding to
<script>
document.write('<a href="' + window.location.protocol + '//' + window.location.hostname + ':6080/vnc.html?port=6080&password=test11&autoconnect=true' + '">' + window.location.protocol + '//' + window.location.hostname + ':6080/vnc.html?port=6080&password=test11&autoconnect=true' + '</a>' )
window.location.href = window.location.protocol + '//' + window.location.hostname + ':6080/vnc.html?port=6080&password=test11&autoconnect=true'
</script>
</p>
</body>
</html>