Route downloads through controller; file IDs as hash to prevent guessing; download count; download list on airport page

This commit is contained in:
Nabeel Shahzad
2018-04-02 12:55:37 -05:00
parent 3ddee56359
commit 9e1e0142e9
8 changed files with 131 additions and 11 deletions

View File

@@ -41,7 +41,6 @@ class CheckWx extends Widget
return $data;
});
if($data->results === 1) {
$data = $data->data[0];
} else {