source: npl/webapps/Trac/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: 322 bytes
Line 
1<?php
2$URL="https://$_SERVER[HTTP_HOST]/syn3/trac";
3?>
4<html>
5<head>
6<meta http-equiv=refresh content="1;url=<?=$URL?>">
7</head>
8<body>
9    <table height=100% width=100% align=center><tr><td>
10        <table align=center><tr><td>
11            <image src='loading.gif'>
12        </tr></table>
13    </tr></table>
14</body></html>
Note: See TracBrowser for help on using the repository browser.