Disallow setting a blank alternative WebUI location

This commit is contained in:
Thomas Piccirello
2018-10-24 22:56:35 -04:00
parent 402715004c
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;