source: npl/webapps/webmin/webportal/index.php @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 450 bytes
Line 
1<?php
2$SCC="https://$_SERVER[HTTP_HOST]:10001";
3?>
4<html>
5<head>
6<meta http-equiv=refresh content="1;url=<?=$SCC?>">
7</head>
8<body>
9    <table height=100% width=100% align=center><tr><td>
10        <table align=center><tr><td>
11            <h1><img src='loading.gif'> Loading webmin..</h1>
12            If it doesn't load, check if your IP (<?=$_SERVER[REMOTE_ADDR]?>) is allowed in the firewall.
13        </tr></table>
14    </tr></table>
15</body></html>
16
17
Note: See TracBrowser for help on using the repository browser.