1
0
mirror of https://github.com/beestat/app.git synced 2026-05-13 10:52:29 -04:00

Added new user to glenwood reporting access

This commit is contained in:
Jon Ziebell
2025-10-08 20:19:10 -04:00
parent 8f53484e37
commit c347ffba8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1199,7 +1199,7 @@ class runtime extends cora\api {
* zone is not specified, UTC is assumed.
*/
public function download_glenwood_report($download_begin, $download_end) {
$allowed_user_ids = [1, 39285];
$allowed_user_ids = [1, 39285, 50885];
$current_user_id = $this->session->get_user_id();
if (!in_array($this->session->get_user_id(), $allowed_user_ids, true)) {
throw new \Exception('Access restricted.', 10204);