diff options
Diffstat (limited to 'api.php')
-rw-r--r-- | api.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ use MediaWiki\Logger\LegacyLogger; // So extensions (and other code) can check whether they're running in API mode define( 'MW_API', true ); +define( 'MW_ENTRY_POINT', 'api' ); require __DIR__ . '/includes/WebStart.php'; |