Source for file deletefiles.php
Documentation is available at deletefiles.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
// We are a valid entry point.
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';
// Configure error reporting to maximum for CLI output.
// Try the files_joomla file in the current language (without allowing the loading of the file in the default language)
// Fallback to the files_joomla file in the default language
* A command line cron job to attempt to remove files that should have been deleted at update.
* Entry point for CLI script
// Import the dependencies
jimport('joomla.filesystem.folder');
// We need the update script
$class->deleteUnexistingFiles();
// Instantiate the application object, passing the class name to JCli::getInstance
// and use chaining to execute the application.
Documentation generated on Tue, 19 Nov 2013 15:01:24 +0100 by phpDocumentor 1.4.3