mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 10:34:41 +02:00
Code tidy, trigger build id update.
This commit is contained in:
@@ -22,14 +22,15 @@ $build = $_GET['buildid'];
|
||||
$branch = $_GET['branch'];
|
||||
$version = $_GET['version'];
|
||||
|
||||
if ($build == "" || $branch == "" || $version == "")
|
||||
{
|
||||
die();
|
||||
include('../build/function.php');
|
||||
updateval($branch);
|
||||
|
||||
if ($build == "" || $branch == "" || $version == "") {
|
||||
die('Invalid');
|
||||
}
|
||||
|
||||
//Don't upload dev builds atm.
|
||||
if ($branch == "bt2")
|
||||
{
|
||||
if ($branch == "bt2") {
|
||||
die();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user