diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2018-07-26 18:48:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2018-07-26 18:48:28 +0000 |
commit | a3f37f61478f031cb6d4bcc56f7d306ec190c7d6 (patch) | |
tree | 77ff117bcb745622669dce1c60b17a6ac9b4429a /languages/i18n/en.json | |
parent | b8308397fc6f70da129618f17d283b82435ee95e (diff) | |
parent | 86c6b814351314e8e3eb87c09f3f044c9a1b2925 (diff) | |
download | mediawikicore-a3f37f61478f031cb6d4bcc56f7d306ec190c7d6.tar.gz mediawikicore-a3f37f61478f031cb6d4bcc56f7d306ec190c7d6.zip |
Merge "INSTALL: Don't warn against using PHP "as a CGI plugin""
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 4e9681a50b27..221019524c45 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1783,7 +1783,7 @@ "uploadstash-zero-length": "File is zero length.", "invalid-chunk-offset": "Invalid chunk offset", "img-auth-accessdenied": "Access denied", - "img-auth-nopathinfo": "Missing PATH_INFO.\nYour server is not set up to pass this information.\nIt may be CGI-based and cannot support img_auth.\nSee https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Image_Authorization.", + "img-auth-nopathinfo": "Missing path information.\nYour server must be set up to pass the REQUEST_URI and/or PATH_INFO variables.\nIf it is, try enabling $wgUsePathInfo.\nSee https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Image_Authorization.", "img-auth-notindir": "Requested path is not in the configured upload directory.", "img-auth-badtitle": "Unable to construct a valid title from \"$1\".", "img-auth-nologinnWL": "You are not logged in and \"$1\" is not in the whitelist.", |