added comments
parent
0194953b1c
commit
67f7cca0d8
|
@ -1413,6 +1413,10 @@ function print_header()
|
|||
// header( 'X-DNS-Prefetch-Control: off', FALSE);
|
||||
// header( 'Cache-Control: no-cache', FALSE);
|
||||
// header( 'Pragma: no-cache', FALSE);
|
||||
|
||||
// nginx throws an error with those, and gives back 502 - bad gateway
|
||||
// does not happen with other versions, and also not in the desktop
|
||||
// version of the page - rather strange
|
||||
|
||||
$html_string = '<!DOCTYPE html><html lang="en"><head>'
|
||||
. '<meta charset="UTF-8">'
|
||||
|
|
Loading…
Reference in New Issue