From 8dbe153e3692e889160b4a905706e59ffa996951 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 18 Oct 2004 00:00:07 +0000
Subject: [PATCH] Include web server version.

---
 src/sbbs3/ctrl/AboutBoxFormUnit.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.cpp b/src/sbbs3/ctrl/AboutBoxFormUnit.cpp
index 4c20c8c730..cf2c4f196e 100644
--- a/src/sbbs3/ctrl/AboutBoxFormUnit.cpp
+++ b/src/sbbs3/ctrl/AboutBoxFormUnit.cpp
@@ -6,7 +6,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -41,6 +41,7 @@
 #include "emulvt.hpp"
 #include "mailsrvr.h"
 #include "ftpsrvr.h"
+#include "websrvr.h"
 #include "services.h"
 
 //---------------------------------------------------------------------------
@@ -106,6 +107,7 @@ void __fastcall TAboutBoxForm::FormShow(TObject *Sender)
     Memo->Lines->Add(bbs_ver());
     Memo->Lines->Add(mail_ver());
     Memo->Lines->Add(ftp_ver());
+    Memo->Lines->Add(web_ver());    
     Memo->Lines->Add(services_ver());
     Memo->Lines->Add(ver);
     Memo->Lines->Add("Synchronet Local Spy ANSI Terminal Emulation"
-- 
GitLab