mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
General fixes
+Completely coded "Players report" in the admin panel, now you can see any report you want +Added "Players message", you can now see every message of any player +Fully coded "IMG/Reports" section, it now works properly +Fully CSSed reports, they'll now look like in game +Centered the whole admin panel (because we're in 2018, lul)
This commit is contained in:
+7
-2
@@ -49,7 +49,11 @@ if (!empty($_GET['p'])) {
|
||||
break;
|
||||
|
||||
case 'report':
|
||||
$subpage = 'Players Reported';
|
||||
$subpage = 'Players Report';
|
||||
break;
|
||||
|
||||
case 'message':
|
||||
$subpage = 'Players Message';
|
||||
break;
|
||||
|
||||
case 'map':
|
||||
@@ -459,7 +463,8 @@ if (!empty($_GET['p'])) {
|
||||
<a href="?p=online">Online Users</a>
|
||||
<a href="?p=notregistered">Players Not Activated</a>
|
||||
<a href="?p=inactive">Players Inactivate</a>
|
||||
<a href="?p=report">Players Reported</a>
|
||||
<a href="?p=report">Players Report</a>
|
||||
<a href="?p=msg">Players Message</a>
|
||||
<a href="?p=map">Map</a>
|
||||
<br />
|
||||
<a href="#"><b>Search</b></a>
|
||||
|
||||
Reference in New Issue
Block a user