fixing crashes, adding threadsafety and changing welcome.,php

This commit is contained in:
jakani24
2024-03-12 13:14:40 +01:00
parent e264f4c22a
commit b219fbab8e
33 changed files with 1384 additions and 680 deletions

View File

@@ -4,6 +4,8 @@
#include <iostream>
#include <fstream>
#include <string>
#include <mutex>
#include <unordered_map>
int md5_file(const char* path, char* md5Hash);
//char* md5_file_t(const char* path_);
std::string md5_file_t(const std::string& path_);