website: update version check backend to report mobile version data. plugin updates still required

This commit is contained in:
Jon Atkins
2013-11-09 06:26:43 +00:00
parent f525d15f94
commit d0fd324344
2 changed files with 58 additions and 22 deletions

View File

@ -19,8 +19,6 @@ function getMobileVersion ( $apkfile )
$archive = $apkinfo->getApkArchive();
$stream = $archive->getStream ( "assets/total-conversion-build.user.js" );
if ( ! $stream )
$stream = $archive->getStream ( "assets/iitc.js" );
if ( $stream )
{