Fossil

Diff
Login

Diff

Differences From Artifact [c70952dc0f]:

To Artifact [7366cc2294]:


341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
  }
  fflush(g.httpOut);
  CGIDEBUG(("DONE\n"));

  /* After the webpage has been sent, do any useful background
  ** processing.
  */
  if( iReplyStatus==200 && fossil_strcmp(zContentType,"text/html")==0 ){
    email_auto_exec(0);
  }
}

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







|
|







341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
  }
  fflush(g.httpOut);
  CGIDEBUG(("DONE\n"));

  /* After the webpage has been sent, do any useful background
  ** processing.
  */
  if( g.db!=0 && sqlite3_total_changes(g.db)>0 ){
    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.