website - add support for 'experimental' build

This commit is contained in:
Jon Atkins 2013-05-02 03:12:43 +01:00
parent 18f9ef0c2e
commit 7d443686d3

View File

@ -19,6 +19,8 @@ include_once ( "code/desktop-download.php" );
$path = "test";
if ( $_REQUEST['build'] == 'experimental' )
$path = "experimental";
if ( $_REQUEST['build'] == 'dev' )
$path = "dev";