Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier update_cron.php

Structures de données

class  Updatecron
 

Espaces de nommage

 Joomla\Cli
 

Variables

const _JEXEC = 1
 
if(file_exists(dirname(__DIR__) . '/defines.php')) if (!defined( '_JDEFINES'))
 

Documentation des variables

◆ _JEXEC

const _JEXEC = 1

This is a CRON script which should be called from the command-line, not the web. For example something like: /usr/bin/php /path/to/site/cli/update_cron.php

◆ if

if (file_exists(dirname(__DIR__) . '/defines.php')) if(!defined('_JDEFINES'))