Differences From:
File
src/info.c
part of check-in
[7351b6346d]
- Add the "/doc" method on the server.
by
drh on
2008-05-15 16:58:42.
[view]
To:
File
src/info.c
part of check-in
[24df39d736]
- corrected link to index.wiki
by
stephan on
2008-05-15 22:03:39.
[view]
@@ -855,9 +855,9 @@
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;
}