X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=1c0e20d0d0dbf44ec2574edfafb8a6a707df8f41;hp=0c661a1cf78d26b70d53b1bda92644ca869be912;hb=8dd0835329cae290ef49a6bc4ab1686d3ddded52;hpb=1282f5f90cf092cb406ee186e6bf328875e4c306 diff --git a/conf/config.pl b/conf/config.pl index 0c661a1..1c0e20d 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -924,6 +924,14 @@ EOF $Conf{CgiAdminUserGroup} = ''; $Conf{CgiAdminUsers} = ''; +# +# Language to use. See lib/BackupPC/Lang for the list of supported +# languages, which includes English (en) and French (fr). Currently +# this applies mainly to the CGI interface, but over time it might +# also include log files and other text output. +# +$Conf{Language} = 'en'; + # # User names that are rendered by the CGI interface can be turned # into links into their home page or other information about the @@ -954,6 +962,14 @@ $Conf{CgiUserUrlCreate} = 'mailto:%s'; # $Conf{CgiDateFormatMMDD} = 1; +# +# If set, the complete list of hosts appears in the left navigation +# bar for administrators. Otherwise, just the hosts for which the +# user is listed in the host file (as either the user or in moreUsers) +# are displayed. +# +$Conf{CgiNavBarAdminAllHosts} = 0; + # # Header font and size for CGI interface #