diff options
Diffstat (limited to '')
-rw-r--r-- | src/WebAdmin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h index 682c533b2..a90d7b2d0 100644 --- a/src/WebAdmin.h +++ b/src/WebAdmin.h @@ -260,6 +260,9 @@ protected: Returns true if webadmin is enabled, false if disabled. */ bool LoadIniFile(void); + /** Checks inside the webadmin.ini file if there are users configured. */ + bool HasUsers(); + /** Handles requests coming to the "/webadmin" or "/~webadmin" URLs */ void HandleWebadminRequest(cHTTPServerConnection & a_Connection, cHTTPIncomingRequest & a_Request); |