Index: trunk/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php |
— | — | @@ -158,6 +158,9 @@ |
159 | 159 | } |
160 | 160 | if ( self::$isMainPage ) { |
161 | 161 | $redirect = SpecialPage::getTitleFor( 'ZeroRatedMobileAccess' )->getLocalUrl(); |
| 162 | + if ( stristr( self::$carrier, 'DIGI' ) !== FALSE ) { |
| 163 | + $redirect = 'http://en.zero.wikipedia.org/wiki/Special:ZeroRatedMobileAccess'; |
| 164 | + } |
162 | 165 | $wgRequest->response()->header( 'Location: ' . $redirect ); |
163 | 166 | } |
164 | 167 | $html = $out->getHTML(); |