diff --git a/downloadsites/webtools/patches/buildbranches.php b/downloadsites/webtools/patches/buildbranches.php new file mode 100644 index 0000000000000000000000000000000000000000..d08699537c1ba4df0ffcb4e802eadbbcbf16bace --- /dev/null +++ b/downloadsites/webtools/patches/buildbranches.php @@ -0,0 +1,4 @@ +<? +$buildBranches = array(); +$buildBranches[0]="drops/R2.0.2"; +?> diff --git a/downloadsites/webtools/patches/index.php b/downloadsites/webtools/patches/index.php index 6f62862630380501a6259425b5c7d57a4c637354..67c0bf3549b62037f2b8ecbb6ea44fe3dbcfffdb 100644 --- a/downloadsites/webtools/patches/index.php +++ b/downloadsites/webtools/patches/index.php @@ -59,6 +59,7 @@ $C = strcmp($QString, "test"); <?php +include 'buildbranches.php'; include '../commonPages/topAndInit.php'; //include '../commonPages/latestBuilds.php'; include '../commonPages/recentHistory.php';