Overview
SHA1 Hash: | 24df39d7362f4ffab80912dbf68bc523e1e6bea2 |
---|---|
Date: | 2008-05-15 22:03:39 |
User: | stephan |
Comment: | corrected link to index.wiki |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/info.c from [d6911c08c2] to [50a6980b61].
@@ -854,11 +854,11 @@ Blob filebody; /* Content of the documentation file */ char zBaseline[UUID_SIZE+1]; /* Baseline UUID */ login_check_credentials(); if( !g.okRead ){ login_needed(); return; } - zName = PD("name", "tip/index.wiki"); + zName = PD("name", "tip/www/index.wiki"); for(i=0; zName[i] && zName[i]!='/'; i++){} if( zName[i]==0 || i>UUID_SIZE ){ goto doc_not_found; } memcpy(zBaseline, zName, i);