Panel/modules/update/post_update.php
copilot-swe-agent[bot] d692485a08 Phase 3: Update remaining code references (classes, constants, functions)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-08 15:53:33 +00:00

14 lines
268 B
PHP

<?php
/*
* Component of the update module
*/
// todo, make checking and updating functions for updateing on the background.
// todo, more specified updates in smaller packages
function exec_gsp_module()
{
global $db, $settings;
runPostUpdateOperations();
}
?>