mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 13:21:01 +00:00
mpre updates
This commit is contained in:
@@ -83,6 +83,10 @@ foreach($posts as $po) {
|
||||
$owner = $database->getUserArray($po['owner'],1);
|
||||
$allianceinfo = $database->getAlliance($owner['alliance']);
|
||||
$input = $po['post'];
|
||||
$alliance = $po['alliance0'];
|
||||
$player = $po['player0'];
|
||||
$coor = $po['coor0'];
|
||||
$report = $po['report0'];
|
||||
include("GameEngine/BBCode.php");
|
||||
$bbcode_post = stripslashes(nl2br($bbcoded));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user