Non-existent webroot bugfix

This commit is contained in:
2020-12-29 11:05:38 +01:00
parent e856f3f091
commit 15530b642a
2 changed files with 6 additions and 4 deletions

View File

@ -53,9 +53,11 @@
#define NECRONDA_VERSION "4.0"
#define SERVER_STR "Necronda/" NECRONDA_VERSION
#define NECRONDA_DEFAULT "www.necronda.net"
#define NECRONDA_ZLIB_LEVEL 9
#ifndef DEFAULT_HOST
#define DEFAULT_HOST "www.necronda.net"
#endif
#ifndef MAGIC_FILE
#define MAGIC_FILE "/usr/share/file/misc/magic.mgc"
#endif