You are not logged in.
Pages: 1
0.85 - 0.6.4 version.
Incorrect use of haveRight in 0.85.
/usr/share/glpi/plugins/dashboard/front/sh/MPRO/index1.php
//redirect tech profile
-if(Session::haveRight("profile", "r"))
+if(Session::haveRight("profile", "READ"))
Also in
dashboard/front/sh/MPRO/index2.php
dashboard/front/sh/MPRO/pati/index1.php
dashboard/front/sh/MPRO/pati/index2.php
Offline
Hi.
These files not are used in plugin.
They should have been removed.
My fault.
Offline
No problem. I suspected this might be the case but reporting is the only way to be sure.
Offline
Pages: 1