Skip to content
Commits on Source (2)
......@@ -193,6 +193,7 @@
"2.2.2" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.3" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.4" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.5.1" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
......@@ -379,6 +380,12 @@
"Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
"2.2.5.1" => array(
"Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats" ),
"Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
);
foreach( $table as $key => $t )
......
......@@ -16,7 +16,7 @@
<h1>Download statistics</h1>
<p><a href="/vlc/stats/downloads.php">View download statistics</a></p>
<p><a href="/vlc/stats/downloads.html">View download statistics</a></p>
</div>
......