MediaWiki master
img_auth.php
Go to the documentation of this file.
1<?php
48
49define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
50define( 'MW_ENTRY_POINT', 'img_auth' );
51require __DIR__ . '/includes/WebStart.php';
52
54 RequestContext::getMain(),
56 MediaWikiServices::getInstance()
57) )->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.