Disallow setting a blank alternative WebUI location

This commit is contained in:
Thomas Piccirello 2018-10-24 22:56:35 -04:00
commit 3aeaf6a054
3 changed files with 26 additions and 2 deletions

View file

@ -172,6 +172,7 @@ private:
bool setSslCertificate(const QByteArray &cert);
bool schedTimesOk();
bool webUIAuthenticationOk();
bool isAlternativeWebUIPathValid();
QByteArray m_sslCert, m_sslKey;