repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Localisation updates from http://translatewiki.net."
[mediawiki.git]
/
thumb_handler.php
blob
35a855f87f2e010c97da54742eb6150a7ed1ec56
1
<
?php
2
3
# Valid web server entry point
4
define
(
'THUMB_HANDLER'
,
true
);
5
6
# Execute thumb.php, having set THUMB_HANDLER so that
7
# it knows to extract params from a thumbnail file URL.
8
require
(
dirname
(
__FILE__
) .
'/thumb.php'
);