From: Michael Dale Date: Thu, 20 Aug 2009 05:44:10 +0000 (+0000) Subject: * moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler X-Git-Tag: 1.31.0-rc.0~40190 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=8109b1f8a3c6501ad50d39694776784b5b87c222;p=lhc%2Fweb%2Fwiklou.git * moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler --- 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