Discussion Forum : Website Security
Question - Which one of the following statements should be used to disable the use of two classes administrator and janitor?
Options:
A .  disable_classes = “administrator, janitor”
B .  disable_classes = class administrator, class janitor
C .  disable_classes = class “administrator”, class “janitor”
D .  disable_class = class “administrator”, class “janitor”
Answer: Option A
There may be classes inside the libraries that you’d rather not make available. You can prevent the use of these classes with the disable_classes directive.

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *