Changeset d1707f5158d15d661f1754c0083e0ff62c9d149b
- Timestamp:
- 06/26/11 11:36:26 (11 months ago)
- Author:
- Martin Collins <martin@…>
- Children:
- f3943cae42017a9f794e48fe58e3242760c41c90
- Parents:
- 5061883f33eb4a762d72b70b9381257831175105
- git-committer:
- Martin Collins <martin@…> (06/26/11 11:36:26)
- Message:
-
modify order
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1078d53
|
rd1707f5
|
|
| 13 | 13 | |
| 14 | 14 | /* |
| 15 | | * mod_simpleindex.c: Handles the on-the-fly simple index generation |
| 16 | | * Martin Collins <martin@hatchlane.com> |
| 17 | | * |
| 18 | | * stripped down mod_autoindex.c for simple plaintext |
| 19 | | * index generation for script access |
| 20 | | * |
| 21 | | * Original mod_autoindex.c headings: |
| | 15 | * Originally mod_autoindex.c |
| 22 | 16 | * |
| 23 | 17 | * Rob McCool |
| … |
… |
|
| 27 | 21 | * |
| 28 | 22 | * Version sort added by Martin Pool <mbp@humbug.org.au>. |
| 29 | | * |
| | 23 | * |
| | 24 | * Modfied to create mod_simpleindex.c - simple on-the-fly index |
| | 25 | * generation by Martin Collins <martin@hatchlane.com> |
| | 26 | * |
| 30 | 27 | */ |
| 31 | 28 | |