diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2009-06-10 13:00:47 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2009-06-10 13:00:47 +0200 |
commit | 72e90545454c0e014318fa3c81658e035aac58c1 (patch) | |
tree | 9212e3f46868989c4d57ae9a5c8a1a80e4dc0702 /img_auth.php | |
parent | 565a0ccc371ec1a2a0e9b39487cbac18e6f60e25 (diff) |
applying patch to version 1.15.0
Diffstat (limited to 'img_auth.php')
-rw-r--r-- | img_auth.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/img_auth.php b/img_auth.php index 91410181..e5d8d888 100644 --- a/img_auth.php +++ b/img_auth.php @@ -5,11 +5,13 @@ * * To use this: * - * Set $wgUploadDirectory to a non-public directory (not web accessible) - * Set $wgUploadPath to point to this file + * - Set $wgUploadDirectory to a non-public directory (not web accessible) + * - Set $wgUploadPath to point to this file * * Your server needs to support PATH_INFO; CGI-based configurations * usually don't. + * + * @file */ define( 'MW_NO_OUTPUT_COMPRESSION', 1 ); |