diff options
Diffstat (limited to '')
-rw-r--r-- | source/Root.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Root.cpp b/source/Root.cpp index 1e901739f..52a0f46ce 100644 --- a/source/Root.cpp +++ b/source/Root.cpp @@ -127,7 +127,7 @@ void cRoot::Start(void) cIniFile WebIniFile("webadmin.ini"); if( WebIniFile.ReadFile() ) { - if( WebIniFile.GetValueB("WebAdmin", "Enabled", false ) == true ) + if (WebIniFile.GetValueB("WebAdmin", "Enabled", false )) { LOG("Creating WebAdmin..."); m_WebAdmin = new cWebAdmin(8080); |