mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
fix: alg config valid
This commit is contained in:
@@ -72,6 +72,9 @@ private:
|
||||
std::string getTypestr(toml_node::e_type);
|
||||
std::string getWrongTypeErrorMSG(std::string field, toml_node::e_type expected, toml_node::e_type received);
|
||||
bool checkFileAndDir(location *);
|
||||
int isFile(std::string path);
|
||||
int isDir(std::string path);
|
||||
|
||||
|
||||
public:
|
||||
void fillFields(void);
|
||||
|
||||
Reference in New Issue
Block a user