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:
parent
147f63083a
commit
feebfea702
4 changed files with 870 additions and 0 deletions
|
|
@ -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'] ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue