MediaWiki
REL1_35
thumb_handler.php
Go to the documentation of this file.
1
<?php
31
define(
'THUMB_HANDLER'
,
true
);
32
define(
'MW_ENTRY_POINT'
,
'thumb_handler'
);
33
34
// Execute thumb.php, having set THUMB_HANDLER so that
35
// it knows to extract params from a thumbnail file URL.
36
require __DIR__ .
'/thumb.php'
;
thumb_handler.php
Generated on Sat Apr 6 2024 00:08:30 for MediaWiki by
1.9.8