<?php
$SCC="https://$_SERVER[HTTP_HOST]:10001";
?>
<html>
<head>
<meta http-equiv=refresh content="1;url=<?=$SCC?>">
</head>
<body>
    <table height=100% width=100% align=center><tr><td>
        <table align=center><tr><td>
            <h1><img src='loading.gif'> Loading webmin..</h1>
            If it doesn't load, check if your IP (<?=$_SERVER[REMOTE_ADDR]?>) is allowed in the firewall.
        </tr></table>
    </tr></table>
</body></html>


