commit 75c1763d9625f6bb8a30952d087f931673ebced6 from: Stefan Sperling date: Wed Jun 15 18:06:48 2022 UTC fix D_GOTWWW default path; gotweb can now run without a config file again ok tracey commit - bb1c2cf3c90225c5f234ac42f3507b6e1839da5d commit + 75c1763d9625f6bb8a30952d087f931673ebced6 blob - 0f7fca003fcd9433a1c8592954cba83f34534467 blob + aa311d40d3fa8a2632f5b8c4acd5c1e933cc8c49 --- gotweb/gotweb.h +++ gotweb/gotweb.h @@ -27,7 +27,7 @@ #define GOTWEB_GOT_DIR ".got" #define GOTWEB_GIT_DIR ".git" -#define D_GOTWWW "" +#define D_GOTWWW "/gotweb" #define D_GOTPATH "/got/public" #define D_SITENAME "Gotweb" #define D_SITEOWNER "Got Owner"