undef HALF_FREQUENCY_SENDING_TO_CLIENT
[ryzomcore.git] / web / public_php / ams / cron / mail_cron.php
blob608c3b2c0576307e0e541f23b2e46a0284bf12a0
1 <?php
3 /**
4 * This small piece of php code calls the cron() function of the Mail_Handler.
5 * @author Daan Janssens, mentored by Matthew Lagoe
6 */
8 require( '../../config.php' );
9 require_once( $AMS_LIB . '/libinclude.php' );;
11 $mail_handler = new Mail_Handler();
12 $mail_handler->cron();