mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 13:46:09 +00:00
cleanup
This commit is contained in:
@@ -3317,6 +3317,7 @@ class MYSQLi_DB implements IDbConnection {
|
||||
crop = IF(crop $sign $crop < 0, 0, IF(crop $sign $crop > maxcrop, maxcrop, crop $sign $crop))
|
||||
WHERE
|
||||
wref = " . $vid ;
|
||||
|
||||
return mysqli_query( $this->dblink, $q);
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@ if ( isset( $_GET['id'] ) ) {
|
||||
if ( ! ctype_digit( preg_replace( "/[^a-zA-Z0-9_-]/", "", $_GET['id'] ) ) ) {
|
||||
$_GET['id'] = "1";
|
||||
}
|
||||
|
||||
$checkBuildings = array( 0, 16, 17, 25, 26, 27 );
|
||||
|
||||
if ( $_GET['id'] < 19 || ( isset( $_GET['gid'] ) && ! in_array( $_GET['gid'], $checkBuildings ) ) ) {
|
||||
|
||||
Reference in New Issue
Block a user