added comments

main
fuzzykitten 2025-02-13 16:26:34 -05:00
parent 0194953b1c
commit 67f7cca0d8
1 changed files with 4 additions and 0 deletions

View File

@ -1413,6 +1413,10 @@ function print_header()
// header( 'X-DNS-Prefetch-Control: off', FALSE); // header( 'X-DNS-Prefetch-Control: off', FALSE);
// header( 'Cache-Control: no-cache', FALSE); // header( 'Cache-Control: no-cache', FALSE);
// header( 'Pragma: 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>' $html_string = '<!DOCTYPE html><html lang="en"><head>'
. '<meta charset="UTF-8">' . '<meta charset="UTF-8">'