# | Line 40 | Line 40 | HostUpdate::HostUpdate() | |
---|---|---|
40 | { | |
41 | update(agent); | |
42 | } | |
43 | + | else if (agent.find("Host Update Sharp/") == 0 && method == "POST" && |
44 | + | agent.find(" (") != string::npos && agent.find(')') != string::npos) |
45 | + | { |
46 | + | update(agent); |
47 | + | } |
48 | else | |
49 | { | |
50 | display(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |