Revision 254, 0.6 KB
(checked in by exi, 15 years ago)
|
Merging 242:253 branch into dev
|
Line | |
---|
1 | <?php |
---|
2 | $stoppage = true; |
---|
3 | ?> |
---|
4 | <div class="block-header2">Installation Complete</div> |
---|
5 | <p>Congratulations, you successfully installed the EVE Development Network Killboard v1.4!<br/> |
---|
6 | Please check <a href="http://www.eve-dev.net/">EVE-Dev.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 | return; |
---|
14 | }?> |
---|
15 | <p><a href="?step=<?php echo ($_SESSION['state']+1); ?>">Next Step</a></p> |
---|