website updates - including a bit mistakenly added to the new dev branch when it should have been here
This commit is contained in:
parent
0e0fdfa202
commit
565d877c41
@ -63,11 +63,16 @@ iitcDesktopPluginDownloadTable ( $path );
|
|||||||
|
|
||||||
<h3 id="test-mobile">Mobile test build</h3>
|
<h3 id="test-mobile">Mobile test build</h3>
|
||||||
|
|
||||||
|
<div class="alert alert-block alert-info">
|
||||||
|
<b>Note</b>: Test builds have recently been changed so they can be installed alongside the standard IITC builds.
|
||||||
|
Test builds will be called "IITCm Test" - while the regular release builds remain named "IITC Mobile"
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
include_once ( "code/mobile-download.php" );
|
include_once ( "code/mobile-download.php" );
|
||||||
|
|
||||||
$apkfile = "$path/IITC_Mobile-test.apk";
|
$apkfile = "$path/IITC_Mobile-$path.apk";
|
||||||
|
|
||||||
|
|
||||||
if ( file_exists($apkfile) )
|
if ( file_exists($apkfile) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user