SOURCES: AutoIndex.php (NEW) - default config

glen glen at pld-linux.org
Sat Sep 10 13:38:36 CEST 2005


Author: glen                         Date: Sat Sep 10 11:38:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- default config

---- Files affected:
SOURCES:
   AutoIndex.php (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/AutoIndex.php
diff -u /dev/null SOURCES/AutoIndex.php:1.1
--- /dev/null	Sat Sep 10 13:38:36 2005
+++ SOURCES/AutoIndex.php	Sat Sep 10 13:38:31 2005
@@ -0,0 +1,67 @@
+<?php
+
+/*
+AutoIndex.conf.php generated by config.php
+Part of AutoIndex PHP Script
+http://autoindex.sourceforge.net
+*/
+
+
+
+/*  Required settings:  */
+
+$base_dir = './';
+$icon_path = 'index_icons/winxp';
+$stylesheet = 'stylesheet.css';
+
+
+/*  Optional settings:  */
+
+$use_login_system = false;
+$allow_uploads = false;
+$must_login_to_download = false;
+$user_list = '.htpasswd.autoindex';
+$allow_file_overwrites = false;
+$log_file = '';
+$dont_log_these_ips = array(
+	"127.0.0.*");
+$banned_list = '';
+$download_count = '';
+$links_file = '';
+$description_file = '';
+$sub_folder_access = true;
+$index = '';
+$hidden_files = array(
+	"$log_file",
+	"$links_file",
+	"$description_file",
+	"$banned_list",
+	"$stylesheet",
+	"$download_count",
+	"index_icons",
+	"languages",
+	"*.php",
+	".ht*");
+$show_only_these_files = array();
+$force_download = true;
+$bandwidth_limit = 0;
+$anti_leech = false;
+$enable_searching = true;
+$show_dir_size = true;
+$folder_expansion = true;
+$show_folder_count = true;
+$days_new = 0;
+$md5_show = 0;
+$thumbnail_height = 0;
+$header = '';
+$footer = '';
+$header_per_folder = false;
+$footer_per_folder = false;
+$show_type_column = false;
+$show_size_column = true;
+$show_date_column = true;
+$path_to_language_files = './languages/';
+$lang = 'en';
+$select_language = false;
+
+?>
================================================================



More information about the pld-cvs-commit mailing list