Panel/modules/update/post_update.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +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_ogp_module()
{
global $db, $settings;
runPostUpdateOperations();
}
?>