website - add support for 'experimental' build
This commit is contained in:
parent
18f9ef0c2e
commit
7d443686d3
@ -19,6 +19,8 @@ include_once ( "code/desktop-download.php" );
|
||||
|
||||
$path = "test";
|
||||
|
||||
if ( $_REQUEST['build'] == 'experimental' )
|
||||
$path = "experimental";
|
||||
if ( $_REQUEST['build'] == 'dev' )
|
||||
$path = "dev";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user