Fossil

Diff
Login

Diff

Differences From Artifact [9cfd66ec19]:

To Artifact [3e62cef312]:


341
342
343
344
345
346
347
348
349
350

351
352
353
354
355
356
357
358
341
342
343
344
345
346
347



348

349
350
351
352
353
354
355







-
-
-
+
-







  }
  fflush(g.httpOut);
  CGIDEBUG(("DONE\n"));

  /* After the webpage has been sent, do any useful background
  ** processing.
  */
  if( g.db!=0 && db_repository_has_changed() ){
    if( g.fAnyTrace ) fprintf(stderr, "-- repository changes have occurred\n");
    backoffice_run();
  backoffice_run();
  }
}

/*
** Do a redirect request to the URL given in the argument.
**
** The URL must be relative to the base of the fossil server.
*/