// replay full config whenever. If vchamilo switch is armed, will switch now config
require($_configuration['root_sys'].'main/inc/conf/configuration.php'); // do REALLY force configuration to play again, or the following call will not have config twicked (require_once)
require $_configuration['root_sys'].'app/config/configuration.php'; // do REALLY force configuration to play again, or the following call will not have config tweaked (require_once)
echo('Config check : playing for '.$_configuration['root_web']."\n");
error_log('[chamilo][cronjob] Starting cron jobs as process '.getmypid());