mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-17 00:31:02 +00:00
fix: Multihunter should have access to villages info
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
## Copyright: TravianZ (c) 2010-2014. All rights reserved. ##
|
||||
## Improved: aggenkeech ##
|
||||
#################################################################################
|
||||
if($_SESSION['access'] < 9) die("Access Denied: You are not Admin!");
|
||||
if($_SESSION['access'] < 8) die("Access Denied: You are not Admin!");
|
||||
error_reporting(0);
|
||||
$id = $_GET['did'];
|
||||
if(isset($id))
|
||||
|
||||
Reference in New Issue
Block a user