feat: add safe panel update system to administration page

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/63f4e381-38d6-4fcf-b084-409cb4d2138c

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-01 14:19:40 +00:00 committed by GitHub
parent 147f63083a
commit feebfea702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 870 additions and 0 deletions

View file

@ -181,6 +181,11 @@ function exec_ogp_module()
"</table>\n";
### END ICONS TO FRAMES
### PANEL UPDATES
require_once(dirname(__FILE__) . '/panel_update.php');
gsp_panel_update_section();
### END PANEL UPDATES
### CHANGE MENU ORDER
if ( isset( $_POST['changeOrder'] ) )