| 711 | } |
| 712 | |
| 713 | void BruceConfig::setEvilAllowEndpointDisplay(bool value) { |
| 714 | evilPortalEndpoints.showEndpoints = value; |
| 715 | saveFile(); |
| 716 | } |
| 717 | |
| 718 | void BruceConfig::setEvilAllowGetCreds(bool value) { |
| 719 | evilPortalEndpoints.allowGetCreds = value; |
no outgoing calls
no test coverage detected