mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 12:07:15 +00:00
Fix PHP opening tag in mapviewlarge.tpl
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
@@ -13,7 +15,6 @@
|
|||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
if(isset($_GET['z'])){
|
if(isset($_GET['z'])){
|
||||||
$currentcoor = $database->getCoor($_GET['z']);
|
$currentcoor = $database->getCoor($_GET['z']);
|
||||||
|
|||||||
Reference in New Issue
Block a user