diff options
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 ); |