khanat-opennel-code/code/web/public_php/ams/cron/mail_cron.php

12 lines
282 B
PHP
Raw Normal View History

2014-09-05 09:07:25 +00:00
<?php
/**
* This small piece of php code calls the cron() function of the Mail_Handler.
* @author Daan Janssens, mentored by Matthew Lagoe
*/
2014-09-05 09:22:18 +00:00
require( '../../config.php' );
require_once( $AMS_LIB . '/libinclude.php' );;
2014-09-05 09:07:25 +00:00
$mail_handler = new Mail_Handler();
$mail_handler->cron();