Diff
Not logged in

Differences From Artifact [a3ad4c5cb9]:

To Artifact [77a86b58bd]:


904
905
906
907
908
909
910

911
912
913
914
915
916
917
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918







+







#ifdef FOSSIL_ENABLE_TH1_DOCS
      , "index.th1"
#endif
  };

  login_check_credentials();
  if( !g.perm.Read ){ login_needed(g.anon.Read); return; }
  style_set_current_feature("doc");
  blob_init(&title, 0, 0);
  zDfltTitle = isUV ? "" : "Documentation";
  db_begin_transaction();
  while( rid==0 && (++nMiss)<=count(azSuffix) ){
    zName = P("name");
    if( isUV ){
      if( zName==0 ) zName = "index.wiki";