mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-24 08:09:41 +01:00
35 lines
605 B
PHP
35 lines
605 B
PHP
<?php
|
|
|
|
/* AutoIndex PHP Script config file
|
|
|
|
base_dir ./
|
|
assets_path assets/
|
|
icon_path index_icons/winvista/
|
|
flag_path flags/language/
|
|
template_path ./templates/
|
|
language en
|
|
template ./templates/default/
|
|
log_file access.log
|
|
description_file description_file
|
|
user_list .htpasswd.autoindex
|
|
download_count false
|
|
hidden_files hidden_files
|
|
banned_list false
|
|
show_dir_size true
|
|
use_login_system true
|
|
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
|
|
entries_per_page 300
|
|
|
|
*/
|
|
|
|
?>
|