Changeset d1707f5158d15d661f1754c0083e0ff62c9d149b

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • httpd/mod_simpleindex/mod_simpleindex.c

    r1078d53 rd1707f5  
    1313 
    1414/* 
    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 
    2216 * 
    2317 * Rob McCool 
     
    2721 * 
    2822 * 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 * 
    3027 */ 
    3128