1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

This is a test.

File Changed: cron_class.php
This commit is contained in:
Jesse
2013-05-08 19:07:57 -04:00
parent e71c32e696
commit a09404d472

View File

@@ -30,6 +30,15 @@ class _system_cron
// Whatever code you wish. // Whatever code you wish.
} }
/**
* Burnsy - This is just a test
*
*/
function checkForUpate ()
{
// Do something
}
function sendEmail() // Test Email. function sendEmail() // Test Email.
{ {