Fixed compile errors by transferring more of the changes to this new branch. Previous upload doesn't compile.

This commit is contained in:
wcrisman
2014-12-07 18:34:03 -08:00
parent 2adcfad863
commit ae1de97e91
6 changed files with 46 additions and 1 deletions

View File

@@ -85,4 +85,6 @@ public interface IWebServerApplicationDefaults {
"<h2>For Apple Safari</h2>" +
"<p>Safari has a built in auto update system, but if you are still having problems you can reinstall it: Go to the <a href='http://www.apple.com/safari/'>Apple Safari</a> website and click the \"Download Now\" link and follow the instructions.</p>" +
"</TD></TR></TABLE></BODY></HTML>";
public static final String UPGRADE_FAILED =
"Socket upgrade request failed or was rejected.";
}//IWebServerApplicationDefaults//