[Phpmyadmin-devel] Regarding https://sourceforge.net/p/phpmyadmin/feature-requests/1489/
Marc Delisle
marc at infomarc.info
Wed Jan 15 16:15:24 CET 2014
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/Nodes/Node_Database_Container.class.php#L42
> 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
More information about the Developers
mailing list