diff --git a/cli/deletefiles.php b/cli/deletefiles.php index 30a29f2d6ecf4..46b426857bba5 100644 --- a/cli/deletefiles.php +++ b/cli/deletefiles.php @@ -6,6 +6,10 @@ * @license GNU General Public License version 2 or later; see LICENSE.txt */ +/** + * A command line cron job to attempt to remove files that should have been deleted at update. + */ + // We are a valid entry point. const _JEXEC = 1; diff --git a/cli/garbagecron.php b/cli/garbagecron.php index bac7553bddf45..a9c6c0e9a060b 100644 --- a/cli/garbagecron.php +++ b/cli/garbagecron.php @@ -6,6 +6,10 @@ * @license GNU General Public License version 2 or later; see LICENSE.txt */ +/** + * A command line cron job to trash expired cache data. + */ + // Initialize Joomla framework const _JEXEC = 1;