diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-10 14:09:24 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-10 14:09:24 +0200 |
| commit | 23c6abfd6ed2f56f2e46f075d6073960c34d7653 (patch) | |
| tree | 29eb5d32354064d30c23ede585edbb8eb3ecc2d7 | |
| parent | f0a21e78764fd17747033b596b640bbcaf517f49 (diff) | |
feat: cgi.cc: better error text for the HTML file.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | examples/cgi/cgi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index d4a4f6a..b4c0b34 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -50,7 +50,7 @@ const std::string g_not_found = R"( </head> <body> <h1>Uh Oh!</h1> - <address>No HTML file were found on this directory, please seek help from your systems administrator.</address> + <address>No index file was found in this directory.</address> <hr> <table> <tr><th>Name</th></tr> |
