X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FMaintenance.php;h=f89fa6281a4d0a3a2f715cc023e7aad7d4ed4c63;hp=6d6dbe503c21971b6a1addf9af2b557de208d7aa;hb=64e7e7d760fc3e043f7e01a89cc3697869aaa93b;hpb=28d9e60182f33c507147f48b15566c653b890a3c diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 6d6dbe503c..f89fa6281a 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -20,6 +20,8 @@ * @defgroup Maintenance Maintenance */ +define( 'MW_ENTRY_POINT', 'cli' ); + // Bail on old versions of PHP, or if composer has not been run yet to install // dependencies. require_once __DIR__ . '/../includes/PHPVersionCheck.php';