https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112656

Revision: 112656
Author:   awjrichards
Date:     2012-02-28 23:40:07 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Removing unused global var $wgMobileDomain; turning default 
$wgMobileUrlTemplate into an empty string as it should not be used 
out-of-the-box without proper server configuration

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/MobileFrontend.php

Modified: trunk/extensions/MobileFrontend/MobileFrontend.php
===================================================================
--- trunk/extensions/MobileFrontend/MobileFrontend.php  2012-02-28 23:18:52 UTC 
(rev 112655)
+++ trunk/extensions/MobileFrontend/MobileFrontend.php  2012-02-28 23:40:07 UTC 
(rev 112656)
@@ -75,8 +75,6 @@
  */
 $wgMobileFrontendLogo = false;
 
-$wgMobileDomain = '.m.';
-
 /**
  * Template for mobile URLs.
  *
@@ -100,7 +98,7 @@
  * "en.m.wikipedia.org", your URL template would look like:
  *             %h0.m.%h1.%h2
  */
-$wgMobileUrlTemplate = '%h0.m.%h1.%h2';
+$wgMobileUrlTemplate = '';
 
 /**
  * URL for script used to disable mobile site


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to