mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 23:56:08 +00:00
fix: extra settings correctly keep PLUS and other server settings
This commit is contained in:
@@ -14,7 +14,7 @@ if (!isset($_SESSION)) {
|
||||
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
?>
|
||||
<h2><center>Server Configuration</center></h2>
|
||||
<form action="../GameEngine/Admin/Mods/editNewsboxSet.php" method="POST">
|
||||
<form action="../GameEngine/Admin/Mods/editExtraSet.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
|
||||
<br />
|
||||
<table id="profile" cellpadding="0" cellspacing="0">
|
||||
|
||||
Reference in New Issue
Block a user