MediaWiki master
thumb.php
Go to the documentation of this file.
1<?php
31
32define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
33define( 'MW_ENTRY_POINT', 'thumb' );
34
35require __DIR__ . '/includes/WebStart.php';
36
38 RequestContext::getMain(),
40 MediaWikiServices::getInstance()
41) )->run();
run()
Run the job.
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.