MediaWiki master
thumb_handler.php
Go to the documentation of this file.
1<?php
37
38define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
39define( 'MW_ENTRY_POINT', 'thumb_handler' );
40
41require __DIR__ . '/includes/WebStart.php';
42
44 RequestContext::getMain(),
46 MediaWikiServices::getInstance()
47) )->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.