4 * This small piece of php code calls the cron() function of the Mail_Handler.
5 * @author Daan Janssens, mentored by Matthew Lagoe
8 require( '../../config.php' );
9 require_once( $AMS_LIB . '/libinclude.php' );;
11 $mail_handler = new Mail_Handler();
12 $mail_handler->cron();