mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
be9704a768
TODO: add files to database TODO: hash folder to stick files in
12 lines
No EOL
271 B
PHP
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(); |