Revision 461, 0.7 KB
(checked in by kovell, 13 years ago)
|
Fixes: eve-dev changed to eve-id, recursive clearup scripts recurse more than one level, defunct admin sync removed.
|
Line | |
---|
1 | <?php |
---|
2 | $stoppage = true; |
---|
3 | ?> |
---|
4 | <div class="block-header2">Installation Complete</div> |
---|
5 | <p>Congratulations, you have successfully installed the EVE Development Network Killboard v2.0!<br/> |
---|
6 | Please check <a href="http://www.eve-id.net/">eve-id.net</a> for updates from time to time.<br/> |
---|
7 | <br/> |
---|
8 | You can now take a look at <a href="../">your new Killboard</a>.<br/><br/> |
---|
9 | <b>Don't forget to delete the install folder now or restrict the access to it!</b><br/> |
---|
10 | </p> |
---|
11 | <?php if ($stoppage) |
---|
12 | { |
---|
13 | // Block further attempts to run the install in case the installer |
---|
14 | // forgets to delete the install folder. |
---|
15 | touch("install.lock"); |
---|
16 | return; |
---|
17 | }?> |
---|
18 | <p><a href="?step=<?php echo ($_SESSION['state']+1); ?>">Next Step</a></p> |
---|