X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSiteConfiguration.php;h=c3b1a6ac7ff8aa97ed15985e028c8e7a610b1228;hb=a56c35a226fea3a3548a0313ce8fb748cfeb3d5a;hp=8c1f26b82adb51560d89225ae59fffa00dc2cbfd;hpb=cbc41c4308840cc30a5b933c8eb04dc86c363b48;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SiteConfiguration.php b/includes/SiteConfiguration.php index 8c1f26b82a..c3b1a6ac7f 100644 --- a/includes/SiteConfiguration.php +++ b/includes/SiteConfiguration.php @@ -133,6 +133,8 @@ class SiteConfiguration { /** * Array of domains that are local and can be handled by the same server + * + * @deprecated since 1.25; use $wgLocalVirtualHosts instead. */ public $localVHosts = array(); @@ -565,6 +567,8 @@ class SiteConfiguration { /** * Returns true if the given vhost is handled locally. + * + * @deprecated since 1.25; check if the host is in $wgLocalVirtualHosts instead. * @param string $vhost * @return bool */