MediaWiki master
thumb.php
Go to the documentation of this file.
1<?php
30
31define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
32define( 'MW_ENTRY_POINT', 'thumb' );
33
34require __DIR__ . '/includes/WebStart.php';
35
37 RequestContext::getMain(),
39 MediaWikiServices::getInstance()
40) )->run();
run()
Run the job.
Utility class wrapping PHP runtime state.
Service locator for MediaWiki core services.