add /y/shell-exec in HTTP server

This commit is contained in:
Martin Michelsen
2025-01-11 22:16:26 -08:00
parent 80dda2e1f9
commit b028532db3
15 changed files with 1385 additions and 1248 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ struct Account {
this->user_flags ^= static_cast<uint32_t>(flag);
}
void print(FILE* stream) const;
std::string str() const;
};
struct Login {