<?php
return array(
'hide_dot_files' => true,
'list_folders_first' => true,
'list_sort_order' => 'natcasesort',
'theme_name' => 'bootstrap',
'external_links_new_window' => true,
'hidden_files' => array(
'.ht*',
'*/.ht*',
'resources',
'resources/*',
'analytics.inc',
'header.php',
'footer.php'
),
'index_files' => array(
'index.htm',
'index.html',
'index.php'
),
'hash_size_limit' => 268435456, // 256 MB
'reverse_sort' => array(
),
'zip_dirs' => false,
'zip_stream' => true,
'zip_compression_level' => 0,
'zip_disable' => array(
),
);