Added an option for only allowing authorized users to add things to the info plugin database.
To use authoroization change the line that reads:
self.require_auth = False
to:
self.require_auth = True
in the plugins/info.py file.
Signed-off-by:
gry <Gry@Gshellz.org>
Please register or sign in to comment