QuackieMackie
Guest
offline
This might be a silly question but I'm working on a staff help page. I wanted to load member information dynamically.
So I wrote a quick method that fetches admins, and moderators. But when I see what data is fetched using Xdebug I can see emails, secret keys, etc.
Is this something I should be worried about? I feel like it is as if I can access it, whats stopping other people?
PHP:
Read more
Continue reading...
So I wrote a quick method that fetches admins, and moderators. But when I see what data is fetched using Xdebug I can see emails, secret keys, etc.
Is this something I should be worried about? I feel like it is as if I can access it, whats stopping other people?
PHP:
Code:
public static function renderStaffList(AbstractController $controller, \XF\Mvc\Reply\View $view)
{...
Read more
Continue reading...