mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 05:11:00 +00:00
more update
This commit is contained in:
@@ -317,7 +317,7 @@
|
|||||||
$_SESSION['valuearray'] = $post;
|
$_SESSION['valuearray'] = $post;
|
||||||
//header("Location: build.php?id=".$post['id']);
|
//header("Location: build.php?id=".$post['id']);
|
||||||
} else {
|
} else {
|
||||||
$database->submitAlliProfile($database->RemoveXSS($session->alliance), $database->RemoveXSS($post['be2']), $database->RemoveXSS($post['be1']));
|
$database->submitAlliProfile($database->RemoveXSS($session->alliance), $post['be2'], $post['be1']);
|
||||||
// log the notice
|
// log the notice
|
||||||
$database->insertAlliNotice($session->alliance, '<a href="spieler.php?uid=' . $session->uid . '">' . addslashes($session->username) . '</a> has changed the alliance description.');
|
$database->insertAlliNotice($session->alliance, '<a href="spieler.php?uid=' . $session->uid . '">' . addslashes($session->username) . '</a> has changed the alliance description.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user