source:
npl/webapps/webmin/webportal/index.php
@
13a1b25
Last change on this file since 13a1b25 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
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.