* moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler
authorMichael Dale <dale@users.mediawiki.org>
Thu, 20 Aug 2009 05:44:10 +0000 (05:44 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Thu, 20 Aug 2009 05:44:10 +0000 (05:44 +0000)
includes/DefaultSettings.php

index 5142500..0ecf33b 100644 (file)
@@ -467,14 +467,6 @@ $wgMaxUploadSize = 1024*1024*100; # 100MB
 */
 $wgEnableFirefogg = true;
 
-
-/**
- * enable oggz_chop support
- * if enabled the mv_embed player will use temporal urls
- * for helping with seeking with some plugin types
- */
-$wgEnableTemporalOggUrls = false;
-
 /**
  * Point the upload navigation link to an external URL
  * Useful if you want to use a shared repository by default