FluxCP Commands Logs Available to Public

Snaehild

New member
Messages
59
Points
0
Github
Snaehild
Emulator
Hi,

How can I make the commands logs available for public viewing in the fluxcp?

 
/config/access.php

'command' => AccountLevel::ADMIN,
to

Code:
'command' => AccountLevel::ANYONE,
 
Back
Top