MediaWiki master
thumb_handler.php
Go to the documentation of this file.
1<?php
23
24define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
25define( 'MW_ENTRY_POINT', 'thumb_handler' );
26
27require __DIR__ . '/includes/WebStart.php';
28
30 RequestContext::getMain(),
32 MediaWikiServices::getInstance()
33) )->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.