summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5abe818)
- README: Begin documentation of "disable_commands"
virtual root directory (they must also begin with a
slash) and have to be separated by space characters. If
a filename contains space characters, you have to put
virtual root directory (they must also begin with a
slash) and have to be separated by space characters. If
a filename contains space characters, you have to put
- it into double quotation marks ("/filename").
+ it into double quotation marks ("/file name").
+
+disable_commands [Documentation]
userconf_file Specifies the path to a file which contains
user-dependent configuration options (see next section
userconf_file Specifies the path to a file which contains
user-dependent configuration options (see next section
- httproot
- hide_dot_files
- forbidden
- httproot
- hide_dot_files
- forbidden
For overriding configuration values you need a special configuration file. The
path to this file is defined using the "userconf_file" configuration option in
For overriding configuration values you need a special configuration file. The
path to this file is defined using the "userconf_file" configuration option in
foreach my $entry(@$list)
{
foreach my $entry(@$list)
{
- return 1 if(uc($command) eq uc($entry));
+ return 1 if(lc($command) eq lc($entry));