14 lines
268 B
PHP
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();
|
|
}
|
|
?>
|