introduced utility assets, default titles, and asset add privileges

This commit is contained in:
JT Smith 2005-04-23 17:59:18 +00:00
parent 542e066594
commit cb17c19f23
6 changed files with 114 additions and 26 deletions

View file

@ -150,6 +150,9 @@ sub readConfig {
foreach my $key ($config->directives) {
$data{$key} = $config->get($key);
}
if (ref $data{assetAddPrivilege} ne "ARRAY") {
$data{assetAddPrivilege} = [$data{assetAddPrivilege}];
}
if (ref $data{authMethods} ne "ARRAY") {
$data{authMethods} = [$data{authMethods}];
}