0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_protect.html.compiled
# This file is a compiled version of a template that can be run much faster # than reparsing the file, yet accomplishes the same thing. You should not # attempt to modify this file as any changes you make would be lost as soon as # the original template file is modified. # Editor: vim:syn=perl # Generated: Thu Apr 21 20:26:44 2016, using GT::Template::Parser v2.159 local $^W; { files => [['help_protect.html','/data/config/fileman/templates/luna/../common/help_protect.html',1449257597,1168]], parser_version => 2.170, code => \>::Template::parsed_template }; sub GT::Template::parsed_template { local $^W; # Get rid of warnings. This won't work for Perl 5.6's -W switch my $self = shift; my $return = ''; my $tags = $self->vars; my $escape = $self->{opt}->{escape}; my $strict = $self->{opt}->{strict}; my ($tmp, $tmp2, $tmp3); $return .= q{<p>Clicking the "Protect" link in the Toolbar will display a form at the top of the page allowing you to protect the directory you are currently viewing by configuring a username and password that will be required to access it.</p> <ul> <li>Enter a "User name" and "Password" in the fields provided.</li> <li>Options: <ul> <li>Overwrite: will overwrite an existing user with the username and password.</li> <li>MD5 password: generate an md5 password that's compatible with Apache.</li> </ul> <li>Click the "Add User" button. The user name and password will now have to be entered to access the directory currently being viewed.</li> <li>Existing user names and passwords can be deleted by selecting the desired user name from the drop-down menu and clicking the "Remove" button or by clicking the "Remove All" button.</li> </ul> <p>Once a username and password has be created, the url of the directory cannot be viewable from a browser without correctly providing the designated username and password. (EG. if you protected the directory 'foo', the url www.yoursitename.com/foo cannot be accessed without a username and password) </p> }; return \$return; }