mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 14:51:01 +00:00
fix: return to server URL correction
This commit is contained in:
+1
-1
@@ -461,7 +461,7 @@ if (!empty($_GET['p'])) {
|
|||||||
{ ?>
|
{ ?>
|
||||||
<a href="<?php echo HOMEPAGE; ?>">Server Homepage</a>
|
<a href="<?php echo HOMEPAGE; ?>">Server Homepage</a>
|
||||||
<a href="admin.php">Control Panel Home</a>
|
<a href="admin.php">Control Panel Home</a>
|
||||||
<a href="<?php echo SERVER; ?>dorf1.php">Return to the server</a>
|
<a href="<?php echo rtrim(SERVER, '/'); ?>/dorf1.php">Return to the server</a>
|
||||||
<!-- <a href="?p=update"><font color="Red"><b>Server Update (<?php echo $up_avl; ?>)</font></b></a>-->
|
<!-- <a href="?p=update"><font color="Red"><b>Server Update (<?php echo $up_avl; ?>)</font></b></a>-->
|
||||||
<br />
|
<br />
|
||||||
<a href="?action=logout">Logout</a>
|
<a href="?action=logout">Logout</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user