Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Professional Edition
-
None
Description
In includes/entities/generic.inc.php:
+function application_permitted($app_id, $device_id = NULL) {
+
+ if (is_intnum($app_id))
always returns false and make application graphs show 401 instead. removing the return FALSE; solves the issue