MediaWiki master
thumb_handler.php
Go to the documentation of this file.
1<?php
36
37define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
38define( 'MW_ENTRY_POINT', 'thumb_handler' );
39
40require __DIR__ . '/includes/WebStart.php';
41
43 RequestContext::getMain(),
45 MediaWikiServices::getInstance()
46) )->run();
run()
Run the job.
Utility class wrapping PHP runtime state.
Service locator for MediaWiki core services.