From bf27216a290c125f565d08700bb6693387fac9bf Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 4 Aug 2019 10:30:42 +1000 Subject: Add a basic generic web server, and a login page, plus stubs for the other basic pages. And update everyone to suit. --- bin/config-include/config_localhost.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/config-include/config_localhost.ini') diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index 9959ae1..e95b04c 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini @@ -18,6 +18,7 @@ ConfigPath = "../../config" DbPath = "../../db" LogPath = "../../logs" + WebPath = "../../web" [Const] MOTD = "Welcome to your local grid." -- cgit v1.1