mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 04:14:22 +00:00
very big update
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
global $session, $database;
|
||||
if(isset($get['t'])) {
|
||||
if($get['t'] == 1) {
|
||||
$type = array(8, 15);
|
||||
$type = array(8, 15, 16, 17);
|
||||
}
|
||||
if($get['t'] == 2) {
|
||||
$type = array(10, 11, 12, 13);
|
||||
@@ -100,6 +100,9 @@
|
||||
if($get['t'] == 3) {
|
||||
$type = array(1, 2, 3, 4, 5, 6, 7);
|
||||
}
|
||||
if($get['t'] == 4) {
|
||||
$type = array(0, 18, 19, 20, 21);
|
||||
}
|
||||
if($get['t'] == 5) {
|
||||
if(!$session->plus){
|
||||
header("Location: berichte.php");
|
||||
|
||||
Reference in New Issue
Block a user