mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 05:36:10 +00:00
@@ -8,7 +8,7 @@
|
||||
<tr>
|
||||
<th colspan="2">Subject</th>
|
||||
<th>Sender</th>
|
||||
<th class="sent">Sent</th>
|
||||
<th class="sent"><a href="nachrichten.php?o=1">Sent</a></th>
|
||||
</tr></thead><tfoot><tr><th>
|
||||
<?php
|
||||
$MyGold = mysqli_query($GLOBALS['link'],"SELECT plus FROM ".TB_PREFIX."users WHERE `id`='".(int) $session->uid."'") or die(mysqli_error($database->dblink));
|
||||
|
||||
@@ -8,7 +8,7 @@ $noticeClass = array("Scout Report","Won as attacker without losses","Won as att
|
||||
<tr>
|
||||
<th colspan="2">Subject:</th>
|
||||
<th class="sent">
|
||||
<a href="berichte.php?s=0&o=1">Sent</a></th>
|
||||
<a href="berichte.php?o=1<?php echo (isset($_GET['t']) ? '&t='.$_GET['t'] : ''); ?>">Sent</a></th>
|
||||
</tr>
|
||||
</thead><tfoot>
|
||||
<tr><th><?php
|
||||
|
||||
Reference in New Issue
Block a user