commit 4f1ecad819d7a7af32a43a0d4420d9db11c6052b from: Stefan Sperling via: Thomas Adam date: Thu Jun 23 14:09:34 2022 UTC fix D_GOTWWW default path; gotweb can now run without a config file again ok tracey commit - df67eb78ca3c32640d852cacd2086d83713c97b2 commit + 4f1ecad819d7a7af32a43a0d4420d9db11c6052b 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"