]> git.openstreetmap.org Git - chef.git/blob - cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb
01c4ffdb07ea83d1132261ab8f6bce84ef404f75
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-MobileFrontend.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3 require_once( $IP.'/extensions/MobileFrontend/MobileFrontend.php' );
4
5 // Enable detection in PHP. Disable this if you put MW behind a caching layer
6 $wgMFAutodetectMobileView = true;