root/mods/Sync_Server/index.php
@
432
Revision 46, 243 bytes (checked in by andrewgunn, 16 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | if ($_GET['a'] == "sync_server") |
4 | { |
5 | include('sync_server.php'); |
6 | } else { |
7 | print("<html><body>People shouldn't be looking here, please go back to the main <a href=\"http://www.eve-dev.net/\">EVE-Dev website</a>.</body></html>"); |
8 | } |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the browser.