Manuel:$wgImgAuthPath
URLs de serveur et chemins de fichiers: $wgImgAuthPath | |
---|---|
Le chemin de base pour img_auth.php . |
|
Introduit dans la version : | 1.35.0 (Gerrit change 584817; git #507501d6) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | Non renseigné |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Le chemin de base pour img_auth.php
.
This is used to interpret the request URL for requests to img_auth.php
that do not match the base upload path.
If false, "{$wgScriptPath }/img_auth.php"
is used.
Normally, requests to img_auth.php
have a REQUEST_URI
which matches $wgUploadPath
, and in that case, setting this should not be necessary.
This variable is used in case img_auth.php
is accessed via a different path than $wgUploadPath
.