Add support for JSON listing #1
@ -257,7 +257,7 @@ class BuildsRenderer {
|
||||
|
||||
$request_uri = ($_SERVER['REQUEST_URI'] == "/" ||
|
||||
stringContains($_SERVER['REQUEST_URI'], "bpy")) ?
|
||||
"/download/daily" : $_SERVER['REQUEST_URI'];
|
||||
"/download/daily" : strtok($_SERVER['REQUEST_URI'], '?');
|
||||
|
||||
$env_id = getEnvId();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user