File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <div id="myNav" class="overlay" style="width: 0;"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> <div class="overlay-content"> <button <?php if (isset ($ Server_selected )){echo $ Server_selected ;}?> onclick="window.location.href='server.php';">Overview</button> <?php if ($ username == "admin " ): ?> <button <?php if (isset ($ User_selected )){echo $ User_selected ;}?> onclick="window.location.href='user.php';">User</button> <?php endif ; ?> <button <?php if (isset ($ Settings_selected )){echo $ Settings_selected ;}?> onclick="window.location.href='settings.php';">Settings</button> <button onclick="window.location.href='../../index.php';">Home</button> <button class="bottom" onclick="window.open('https://github.com/AunePVP/Game-Server-Query-and-Control-Center');">Github</button> </div> </div>
1
+ <div id="myNav" class="overlay" style="width: 0;"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> <div class="overlay-content"> <button <?php if (isset ($ Server_selected )){echo $ Server_selected ;}?> onclick="window.location.href='server.php';">Overview</button> <?php // if ($username == "admin"): ?> <!--< button <?php if (isset ($ User_selected )){echo $ User_selected ;}?> onclick="window.location.href='user.php';">User</button>--> <?php // endif; ?> <button <?php if (isset ($ Settings_selected )){echo $ Settings_selected ;}?> onclick="window.location.href='settings.php';">Settings</button> <button onclick="window.location.href='../../index.php';">Home</button> <button class="bottom" onclick="window.open('https://github.com/AunePVP/Game-Server-Query-and-Control-Center');">Github</button> </div> </div>
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ function deleteserver($id, $arrayresult) {
349
349
<nav>
350
350
<div id="sidebar">
351
351
<button onclick="window.location.href='server.php';" class="selected">Overview</button>
352
- <button onclick="window.location.href='user.php';">User</button>
352
+ <!--< button onclick="window.location.href='user.php';">User</button>-- >
353
353
<button onclick="window.location.href='settings.php';">Settings</button>
354
354
<button onclick="window.location.href='../../index.php';">Home</button>
355
355
<button class="bottom"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function test_input($data)
108
108
<nav>
109
109
<div id="sidebar">
110
110
<button onclick="window.location.href='server.php';">Overview</button>
111
- <button onclick="window.location.href='user.php';">User</button>
111
+ <!--< button onclick="window.location.href='user.php';">User</button>-- >
112
112
<button onclick="window.location.href='settings.php';" class="selected">Settings</button>
113
113
<button onclick="window.location.href='../../index.php';">Home</button>
114
114
<button class="bottom"
You can’t perform that action at this time.
0 commit comments