Team E1

Fork of HTTPServer by Sam Kirsch

Files at this revision

API Documentation at this revision

Comitter:
VervoortRaf
Date:
Mon Feb 01 10:25:06 2016 +0000
Parent:
18:5790d1dfe69f
Commit message:
Smart remote school project Team E1

Changed in this revision

HTTPRequestHandler.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPRequestHandler.cpp	Tue Dec 03 02:40:14 2013 +0000
+++ b/HTTPRequestHandler.cpp	Mon Feb 01 10:25:06 2016 +0000
@@ -112,7 +112,7 @@
     }        
 }
 
-static const char* szErrorPage = "<HTML><HEAD><META content=\"text/html\" http-equiv=Content-Type></HEAD><BODY><h1>Error</h1><P>HTTPServer Error<P></BODY></HTML>\r\n\r\n";
+static const char* szErrorPage = "<HTML><HEAD><META content=\"text/html\" http-equiv=Content-Type></HEAD><BODY><h1>Error</h1><P>Er is een fout opgetreden met de HTTPServer<P></BODY></HTML>\r\n\r\n";
 
 void HTTPRequestHandler::handleError(int errorCode, HTTPHeaders* header)
 {