1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-29 00:30:04 +02:00

Some comments and documentation.

This commit is contained in:
Lars Jung
2011-07-04 16:26:35 +02:00
parent 3e6197d2fc
commit d599425452
3 changed files with 20 additions and 6 deletions

View File

@@ -17,11 +17,17 @@ h5aiOptions = {
* to the folders, and therefore will invoke index.php scripts. Use
* folderStatus below to avoid such requests.
*/
showTree: false,
showTree: true,
/*
* Associative array of folders and their HTTP status codes to
* avoid HEAD requests to that folders.
* avoid HEAD requests to that folders. The key (folder) must start
* and end with a slash (/).
* For example:
* "/some/folder/": 200
* will always return HTTP status 200 (OK), which will be interpreted
* as a non auto indexed folder, that means a folder containing an
* appropriate default index file.
*/
folderStatus: {
/*