
15 Jan
2014
15 Jan
'14
4:15 p.m.
Viduranga Wijesooriya a écrit :
Hi, Regarding https://sourceforge.net/p/phpmyadmin/feature-requests/1489/ This is the line which adds new node to the navigation panel - https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/navigation/No... How to include 'sever_privileges.lib.php', in that file to be able to call functions like 'PMA_getDbRightsForUserOverview()'( )
Thanks
Try this in the __construct() method of this class: include_once './libraries/server_privileges.lib.php'; -- Marc Delisle http://infomarc.info | http://phpmyadmin.net