1 2 3 4 5 6 7
<?php include_once "includes/common.inc"; foreach (module_list() as $module) module_invoke($module, "cron"); ?>