X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcronjobs.php;h=1511efbe0da4da7de2a6eaecdbb054f39645f214;hb=eff4ad2e0ac70bc8a07a7c335d503197e7b26c70;hp=ed27e232931940eca164b4cf2be02e6125f4be13;hpb=d673f44c5bf4f57c89767f26077ce2092e12b9c5;p=friendica.git diff --git a/include/cronjobs.php b/include/cronjobs.php index ed27e23293..1511efbe0d 100644 --- a/include/cronjobs.php +++ b/include/cronjobs.php @@ -27,15 +27,11 @@ function cronjobs_run(&$argv, &$argc){ unset($db_host, $db_user, $db_pass, $db_data); }; - require_once('include/session.php'); require_once('include/datetime.php'); - require_once('include/items.php'); - require_once('include/Contact.php'); - require_once('include/email.php'); - require_once('include/socgraph.php'); - require_once('mod/nodeinfo.php'); + require_once('include/ostatus.php'); require_once('include/post_update.php'); + require_once('mod/nodeinfo.php'); load_config('config'); load_config('system');