MediaWiki master
thumb.php
Go to the documentation of this file.
1<?php
17
18define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
19define( 'MW_ENTRY_POINT', 'thumb' );
20
21require __DIR__ . '/includes/WebStart.php';
22
24 RequestContext::getMain(),
26 MediaWikiServices::getInstance()
27) )->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.