2
0
Fork 0

Fix dirlist encode-* defaults

This commit is contained in:
Stefan Bühler 2009-11-15 22:08:04 +01:00
parent 8a8fb91729
commit 577ab12a13
1 changed files with 2 additions and 0 deletions

View File

@ -518,6 +518,8 @@ static liAction* dirlist_create(liServer *srv, liPlugin* p, liValue *val) {
data->hide_dotfiles = TRUE;
data->hide_tildefiles = TRUE;
data->include_readme = TRUE;
data->encode_header = TRUE;
data->encode_readme = TRUE;
data->exclude_suffix = g_ptr_array_new();
data->exclude_prefix = g_ptr_array_new();
data->content_type = g_string_new("text/html; charset=utf-8");