mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
Resetting Game Server
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
<?php
|
||||||
|
#################################################################################
|
||||||
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## --------------------------------------------------------------------------- ##
|
||||||
|
## Filename resetdone.tpl ##
|
||||||
|
## Developed by: Ronix ##
|
||||||
|
## License: TravianZ Project ##
|
||||||
|
## Copyright: TravianZ (c) 2012-2014. All rights reserved. ##
|
||||||
|
## ##
|
||||||
|
#################################################################################
|
||||||
|
unset($_SESSION['username'], $_SESSION['sessid']);
|
||||||
|
?>
|
||||||
|
<table id="member">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Server Resetting</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<br>
|
||||||
|
<center>Resetting Server already done.</center><br>Multihunter password is: 123456<br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
Reference in New Issue
Block a user