0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_setup.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_setup.html','/data/config/fileman/templates/luna/../common/help_setup.html',1449257597,2885]], 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>The Setup menu allows you to view and modify your FileMan URLs and paths, as well as general administrative settings.</p> <ul> <li><b>CGI URL:</b> This field should contain the URL of the directory where your admin files, such as FileMan.cgi, are located.</li> <li><b>Static URL:</b> This field should contain the URL of the directory where your CSS and Javascript are located.</li> <li><b>Root Directory:</b> This field should contain the path to the root directory of your installation.</li> <li><b>Password Directory:</b> This option allows you to choose whether or not users will be able to save their passwords (as controlled by the "Password Directory" option in the Preferences menu) outside of the root directory.</li> <li><b>Admin E-mail:</b> The address to which all administrative mail will be sent. <li><b>SMTP Server:</b> The SMTP server which will be used to send all FileMan related mail. Enter a value in this field or in the "sendmail Path" option below, but not both. <li><b>sendmail Path:</b> The path to the mail server which will be used to send all FileMan related mail. Enter a value in this field or in the "SMTP Server" option above, but not both. <li><b>Date Output Format:</b> This field controls the format that will be used when displaying date and time information in logs and in the main File Menu. <li><b>Date Input Format:</b> This field controls the format that FileMan will require users to use while searching for files by date and time criteria. <li><b>Keep Log:</b> Configure the number of days that access information will be saved in order to be displayed in the Browser Log.</li> <li><b>Cookie Name:</b> Select a cookie name and enter the amount of time after which cookies will expire.</li> <li><b>File Name Check:</b> This option determines whether or not files being uploaded or created will be checked for proper title syntax; if enabled, file names including spaces and other special characters will not be allowed.</li> <li><b>Debug:</b> This option allows you to enable and disable debug mode, in which large amounts of debug information will be added to the FileMan.config file. Note: debug mode should only be enabled when you are doing system maintenance. Debug mode creates significant amounts of overhead, adds large amounts of debug code to the error log and may allow users to obtain access to the server. Make sure to disable it when finished.</li> <li><b>Upload Mode:</b> This field contains the permission settings that will be used for all uploaded files.</li> <li><b>Allowed Space:</b> This field controls the default number of bytes that will be the limit for each new user (this value can be changed when creating and editing users).</li> <li><b>Permissions:</b> In these menus you can select which tools and commands new users will be able to access and execute by default.</li> </ul> }; return \$return; }