chiark / gitweb /
The web interface now automaticallty figures out its own URL, so this
[disorder] / lib / configuration.h
index 11e3487a27aa9b7e3e4a5809461811268be3c1af..abb95a6b6f6abb325cd42f2be97ffc8c26d40c4c 100644 (file)
@@ -205,7 +205,7 @@ struct config {
   struct stringlist templates;
 
   /** @brief Canonical URL of web interface */
-  const char *url;
+  char *url;
 
   /** @brief Short display limit */
   long short_display;