Restricting user to default login directory |
You may restrict a user to the default login directory by passing the restrictLoginDir applet parameter to the applet with a value of true. The user will be restricted from accessing directories above the default login directory.
Example
<param name="restrictLoginDir" value="true">
The above example demonstrates this setting using HTML applet parameters.
Example
restrictLoginDir = true
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also