MediaWiki master
img_auth.php
Go to the documentation of this file.
1<?php
34
35define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
36define( 'MW_ENTRY_POINT', 'img_auth' );
37require __DIR__ . '/includes/WebStart.php';
38
40 RequestContext::getMain(),
42 MediaWikiServices::getInstance()
43) )->run();
Group all the pieces relevant to the context of a request into one instance.
Utility class wrapping PHP runtime state.
Service locator for MediaWiki core services.