[www-doc] [Git][VideoLAN.org/websites][master] WiP iOS app

Jean-Baptiste Kempf gitlab at videolan.org
Tue Jan 8 16:18:59 CET 2019


Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
3afd4151 by Jean-Baptiste Kempf at 2019-01-08T15:18:56Z
WiP iOS app

- - - - -


1 changed file:

- www.videolan.org/vlc/stats/downloads.php


Changes:

=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -504,7 +504,6 @@
 </tr>";
 
     echo "
-<tr><td>  </td></tr>
 <tr><td class=\"category\" style=\"text-align: left;\"><strong>Android App</strong></td>
 <td></td>
 <td></td>
@@ -512,8 +511,17 @@
 <td style=\"text-align: right;\">$android_new</td>
 </tr>";
 
+    $ios_new = 25041841;
+
+    echo "
+<tr><td class=\"category\" style=\"text-align: left;\"><strong>iOS App</strong></td>
+<td></td>
+<td></td>
+<td></td>
+<td style=\"text-align: right;\">$ios_new</td>
+</tr>";
 
-    $maxtotal = $wintotal + $mactotal + $srctotal + $android_old + $android_new;
+    $maxtotal = $wintotal + $mactotal + $srctotal + $android_old + $android_new + $ios_new;
     echo "
 <tr><td>  </td></tr>
 <tr><td class=\"category\" style=\"text-align: left;\"><strong>Total</strong></td>\n";



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/3afd415176e54f1c4c04766cb8ac6df8e2a8c8cd

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/3afd415176e54f1c4c04766cb8ac6df8e2a8c8cd
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list