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:
@@ -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.
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user