can you try to switch to a standard theme (opnsense or opnsense-dark) first?
Best regards,
Ad
Best regards,
Ad
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuiperf3 -c <other-host> -P 8 -Z -t 5 -M 1500
charon {
reqid_base = 8192
}
diff --git a/deciso/OPNcentral/src/opnsense/mvc/app/models/Deciso/OPNcentral/Central.php b/deciso/OPNcentral/src/opnsense/mvc/app/models/Deciso/OPNcentral/Central.php
index 02c77910d..1e80df3bb 100644
--- /usr/local/opnsense/mvc/app/models/Deciso/OPNcentral/Central.php
+++ /usr/local/opnsense/mvc/app/models/Deciso/OPNcentral/Central.php
@@ -63,7 +63,7 @@ class Central extends BaseModel
$auth_groups[] = (string)$groupNode->gid;
} else {
foreach ($groupNode->children() as $itemKey => $node) {
- if ($itemKey == 'member' && (string)$node != "" && (string)$node == $this_uid) {
+ if ($itemKey == 'member' && in_array($this_uid, explode(',', (string)$node))) {
$auth_groups[] = (string)$groupNode->gid;
}
}
patch -p0 < /tmp/opncentral.patch