MediaWiki
REL1_39
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 Thu Nov 21 2024 05:25:10 for MediaWiki by
1.10.0