Version 14.117.2

This commit is contained in:
Antonio Cañas Vargas 2015-07-16 23:56:29 +02:00
parent 1ca49bc5f4
commit ef952cb519
2 changed files with 3 additions and 2 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.117.1 (2015/07/15)"
#define Log_PLATFORM_VERSION "SWAD 14.117.2 (2015/07/16)"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/*
Version 14.117.2: Jul 16, 2015 Changes in cache control. (184893 lines)
Version 14.117.1: Jul 15, 2015 Fixed minor bug when showing user's photo. (184892 lines)
Version 14.117: Jul 15, 2015 User's ID is no longer mandatory. (184885 lines)
Version 14.116.1: Jul 14, 2015 Changes in some messages. (184850 lines)

View File

@ -131,7 +131,7 @@ void Lay_WriteStartOfPage (void)
// Don't generate a full HTML page, only refresh connected users
{
fprintf (Gbl.F.Out,"Content-Type: text/html; charset=windows-1252\r\n");
fprintf (Gbl.F.Out,"Cache-Control: max-age=0, no-cache, must-revalidate\r\n\r\n");
// fprintf (Gbl.F.Out,"Cache-Control: max-age=0, no-cache, must-revalidate\r\n\r\n");
Gbl.Layout.WritingHTMLStart = false;
Gbl.Layout.HTMLStartWritten = Gbl.Layout.TablEndWritten = true;