New global variable 'site_prefix' which replaces the often-repeated code which constr...
[citadel.git] / webcit / webserver.c
index b5ed93295b8dfcabfe2a5f8afb452326da082f0d..87b83afad5b71d5a5e9987f265e28c6e47d3fb01 100644 (file)
@@ -25,6 +25,7 @@ int is_https = 0;             /* Nonzero if I am an HTTPS service */
 int follow_xff = 0;            /* Follow X-Forwarded-For: header */
 int home_specified = 0;                /* did the user specify a homedir? */
 int DisableGzip = 0;
+StrBuf *site_prefix = NULL;
 extern pthread_mutex_t SessionListMutex;
 extern pthread_key_t MyConKey;