added $wgEditPageFrameOptions variable setup for newer versions of MW that do not...
authorgreg gay <ggay@ocad.ca>
Tue, 21 Jun 2011 17:43:47 +0000 (17:43 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 21 Jun 2011 17:43:47 +0000 (17:43 -0000)
mods/mediawiki/README

index 6360c22..a415693 100644 (file)
@@ -88,6 +88,7 @@ Add the following lines to the end of the MediaWiki LocalSettings.php file
        $local_var_login_time = CacheTimer_viaMySQL() ;
        $wgCacheEpoch = max( $wgCacheEpoch, $local_var_login_time ) ;
        $wgCachePages = false ;
+        $wgEditPageFrameOptions='SAMEORIGIN';
 
 #####