summaryrefslogtreecommitdiffstats
path: root/source/WebAdmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/WebAdmin.h')
-rw-r--r--source/WebAdmin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/WebAdmin.h b/source/WebAdmin.h
index f50de3f64..8e2d4147b 100644
--- a/source/WebAdmin.h
+++ b/source/WebAdmin.h
@@ -43,6 +43,8 @@ public:
PluginList GetPlugins() { return m_Plugins; }
static void Request_Handler(webserver::http_request* r);
+
+ int GetPort() { return m_Port; }
private:
#ifdef _WIN32