Revision 88, 0.6 KB
(checked in by exi, 16 years ago)
|
Added the new installer and modified readme.txt for this.
The needed SQl data will be supplied later.
|
Line | |
---|
1 | <?php |
---|
2 | $stoppage = true; |
---|
3 | |
---|
4 | @unlink('../cache/config.php'); |
---|
5 | ?> |
---|
6 | <div class="block-header2">Installation Complete</div> |
---|
7 | <p>Congratulations, you successfully installed the EVE Development Network Killboard v1.2!<br/> |
---|
8 | Please check <a href="http://www.eve-dev.net/">EVE-Dev.net</a> for updates from time to time.<br/> |
---|
9 | <br/> |
---|
10 | You can now take a look at <a href="../">your new Killboard</a>.<br/><br/> |
---|
11 | <b>Don't forget to delete the install folder now or restrict the access to it!</b><br/> |
---|
12 | </p> |
---|
13 | <?php if ($stoppage) |
---|
14 | { |
---|
15 | return; |
---|
16 | }?> |
---|
17 | <p><a href="?step=<?php echo ($_SESSION['state']+1); ?>">Next Step</a></p> |
---|