]> git.openstreetmap.org Git - chef.git/blob - cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb
5fb6b2ce22807dc84958329d4cccda8f683ab191
[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
4 #!!! NEEDS REQUIRE !!!
5 require_once "$IP/extensions/MobileFrontend/MobileFrontend.php";
6 #!!! NEEDS REQUIRE !!!
7
8 // Enable detection in PHP. Disable this if you put MW behind a caching layer
9 $wgMFAutodetectMobileView = true;