| | |
| | | unset($tmp_rec); |
| | | |
| | | //** Load required base-classes |
| | | $app->uses('modules,plugins,file,services'); |
| | | $app->uses('modules,plugins,file,services,system'); |
| | | //** Load the modules that are in the mods-enabled folder |
| | | $app->modules->loadModules('all'); |
| | | //** Load the plugins that are in the plugins-enabled folder |
| | | $app->plugins->loadPlugins('all'); |
| | | |
| | | $app->plugins->raiseAction('server_plugins_loaded', ''); |
| | | |
| | | if ($tmp_num_records > 0) { |
| | | $app->log("Found $tmp_num_records changes, starting update process.", LOGLEVEL_DEBUG); |
| | | //** Go through the sys_datalog table and call the processing functions |