mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +00:00
admin panel fix
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
//gp link
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
$gpack= GP_LOCATE;
|
||||
} else {
|
||||
$gpack= $session->gpack;
|
||||
}
|
||||
$separator=isset($separator)? $separator:"";
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
$gpack= $separator.GP_LOCATE;
|
||||
} else {
|
||||
$gpack= $separator.$session->gpack;
|
||||
}
|
||||
|
||||
|
||||
//de bird
|
||||
|
||||
Reference in New Issue
Block a user