Files
AutoIndex-pl4/AutoIndex.conf.php

35 lines
605 B
PHP
Raw Permalink Normal View History

2019-09-17 10:16:07 +03:00
<?php
/* AutoIndex PHP Script config file
base_dir ./
2023-10-31 18:40:19 +02:00
assets_path assets/
2019-09-17 10:16:07 +03:00
icon_path index_icons/winvista/
flag_path flags/language/
2023-11-27 17:14:50 +02:00
template_path ./templates/
2019-09-17 10:16:07 +03:00
language en
2023-10-31 18:40:19 +02:00
template ./templates/default/
2019-09-17 10:16:07 +03:00
log_file access.log
description_file description_file
2019-09-17 10:16:07 +03:00
user_list .htpasswd.autoindex
download_count false
hidden_files hidden_files
banned_list false
show_dir_size true
2020-12-23 03:18:48 +02:00
use_login_system true
2019-09-17 10:16:07 +03:00
force_download false
search_enabled true
anti_leech true
must_login_to_download false
archive true
parse_htaccess false
days_new 30
thumbnail_height 150
bandwidth_limit 0
md5_show 10
2023-10-31 18:40:19 +02:00
entries_per_page 300
2019-09-17 10:16:07 +03:00
*/
2023-10-31 18:40:19 +02:00
?>