mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 05:11:00 +00:00
fix BBCode (works 100%)
This commit is contained in:
+1
-5
@@ -33,11 +33,7 @@ if(isset($_GET['newdid'])) {
|
||||
if(isset($_GET['s'])){
|
||||
$automation->isWinner();
|
||||
}
|
||||
if(isset($_GET['aname'])){
|
||||
$aname = $database->getAllianceID($_GET['aname']);
|
||||
$_GET['aid'] = $aname;
|
||||
header("Location: ".$_SERVER['PHP_SELF']."?aid=".$aname);
|
||||
}
|
||||
|
||||
if(isset($_GET['fid'])){
|
||||
$fid = $_GET['fid'];
|
||||
$forum = mysql_query("SELECT * FROM " . TB_PREFIX . "forum_cat WHERE id = ".$fid."");
|
||||
|
||||
Reference in New Issue
Block a user