mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 15:16:08 +00:00
Vacation enabled for everyone
Fix
This commit is contained in:
committed by
GitHub
parent
0dcb390053
commit
fd461e8879
@@ -4,9 +4,6 @@
|
||||
| <a href="spieler.php?s=2" <?php if(isset($_GET['s']) && $_GET['s'] == 2) { echo "class=\"selected\""; } ?>>Preferences</a>
|
||||
| <a href="spieler.php?s=3" <?php if(isset($_GET['s']) && $_GET['s'] == 3) { echo "class=\"selected\""; } ?>>Account</a>
|
||||
| <a href="spieler.php?s=5" <?php if(isset($_GET['s']) && $_GET['s'] == 5) { echo "class=\"selected\""; } ?>>Vacation</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if(GP_ENABLE) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user