chiark / gitweb /
The web interface now automaticallty figures out its own URL, so this
[disorder] / lib / configuration.h
index f08b866e26fb46166a03ab374ebc84f7a10646ce..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;
@@ -254,7 +254,7 @@ struct config {
   long cookie_key_lifetime;
 
   /** @brief Default rights for a new user */
-  rights_type default_rights;
+  char *default_rights;
   
   /* derived values: */
   int nparts;                          /* number of distinct name parts */