mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
upstream changes (src)
This commit is contained in:
@@ -23,7 +23,7 @@ std::string Autoindex::getPage(std::string path, std::string allpath, std::strin
|
||||
<p>\n";
|
||||
if (dir == NULL)
|
||||
{
|
||||
DBOUT << WARNING << getDebugTime() << FAIL << " AutoindexError: could not open \""
|
||||
DBOUT << WARNING << getDebugTime() << FAIL << "AutoindexError: could not open \""
|
||||
<< allpath << "\" directory." << ZERO_C << std::endl;
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user