Beta 6 Supermon SkywarnPlus

The /tmp/AUTOSKY/warnings.txt files are correct in both locations and populated with warnings. The following code simply does not work. Warnings are not displayed. The code is from link.php in beta 6 supermon directory. Any help in correcting the code would be great! Audio alerts all work.

// ADDED WA3DSP Autosky warning messages
// if they exist
if (file_exists(“/tmp/AUTOSKY/warnings.txt”)) {
if (filesize(“/tmp/AUTOSKY/warnings.txt”)) {
$warnings = file_get_contents (“/tmp/AUTOSKY/warnings.txt”);
print “<span style="color: red;">
$warnings”;
}
}

Thanks David

I gave up and installed Supermon 7.4 and everything works.