updated client_settings.php; adding option for unsfae tls, updated client_backend => changed a few error messages

This commit is contained in:
jakani24
2024-02-25 09:56:05 +01:00
parent 4a7f4fe746
commit 7e5ef66f6c
26 changed files with 233 additions and 523 deletions

View File

@@ -15,5 +15,5 @@ void action_scanfile(const char* filepath);
void action_scanfolder(const char* folderpath);
//void action_scanfile_t(const char* filepath);
void scan_file_t(const std::string& filepath_);
void initialize(const std::string& folderPath);
int initialize(const std::string& folderPath);
void cleanup();