Merge "Add MW_REST_API and MW_ENTRY_POINT"
[lhc/web/wiklou.git] / maintenance / Maintenance.php
index 6d6dbe5..68329aa 100644 (file)
@@ -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';