This commit is contained in:
Deon George
2011-08-16 12:22:47 +10:00
parent c1b7196f41
commit 91c51fdb83
6 changed files with 852 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php defined('SYSPATH') or die('No direct script access.');
/**
* @package Cron
*
* @author Chris Bandy
* @copyright (c) 2010 Chris Bandy
* @license http://www.opensource.org/licenses/isc-license.txt
*/
class Cron extends Kohana_Cron {}