ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,419
- Points
- 823
Reputation:
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...