From 8109b1f8a3c6501ad50d39694776784b5b87c222 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Thu, 20 Aug 2009 05:44:10 +0000 Subject: [PATCH] * moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler --- includes/DefaultSettings.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5142500f57..0ecf33bcd9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1