| Server URLs and file paths: $wgImgAuthPath | |
|---|---|
The base path forimg_auth.php. | |
| Introduced in version: | 1.35.0 (Gerrit change 584817; git #507501d6) |
| Removed in version: | Still in use |
| Allowed values: | Unspecified |
| Default value: | false |
| Other settings:Alphabetical |By function | |
The base path forimg_auth.php.This is used to interpret the request URL for requests toimg_auth.php that do not match the base upload path.If false,"{$wgScriptPath}/img_auth.php" is used.
Normally, requests toimg_auth.php have aREQUEST_URI which matches$wgUploadPath, and in that case, setting this should not be necessary.This variable is used in caseimg_auth.php is accessed via a different path than$wgUploadPath.