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

@ -1414,6 +1414,10 @@ function print_header()
// 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">'
. '<meta name="viewport" content="width=device-width,'