khanat-opennel-code/code/web/private_php/ams/cron/mail_cron.php
shubham_meena c4ce26501c Merged in Gsoc14-ryzomAppImprovements (pull request #1)
Merging Gsoc 14 branch with default
2014-08-15 01:05:39 +05:30

12 lines
No EOL
271 B
PHP

<?php
/**
* This small piece of php code calls the cron() function of the Mail_Handler.
* @author Daan Janssens, mentored by Matthew Lagoe
*/
require( '../libinclude.php' );
require( '../../www/config.php' );
$mail_handler = new Mail_Handler();
$mail_handler->cron();