Source for file garbagecron.php
Documentation is available at garbagecron.php
 * @copyright  Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license    GNU General Public License version 2 or later; see LICENSE.txt  
// Initialize Joomla framework  
    require_once dirname(__DIR__
) . 
'/defines.php';  
    define('JPATH_BASE', dirname(__DIR__
));  
    require_once JPATH_BASE . 
'/includes/defines.php';  
require_once JPATH_LIBRARIES . 
'/import.legacy.php';  
// Bootstrap the CMS libraries.  
require_once JPATH_LIBRARIES . 
'/cms.php';  
 * Cron job to trash expired cache data  
     * Entry point for the script  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:03:58 +0100 by phpDocumentor 1.4.3