]> git.p6c8.net - jirafeau.git/blobdiff - docker/docker_config.php
Note the authentication type (by password or by IP no password) in the session
[jirafeau.git] / docker / docker_config.php
index 2509fd05b2204a6414ed4cc6dc90c58bbb8fabd9..634d58bfdcc5373a2b24f648006bc174a1be732f 100644 (file)
@@ -161,11 +161,12 @@ function run_setup(&$cfg)
     setup_webroot($cfg);
     env_2_cfg_string($cfg, 'file_hash');
     env_2_cfg_bool($cfg, 'preview');
-    env_2_cfg_bool($cfg, 'title');
+    env_2_cfg_string($cfg, 'title', false);
     env_2_cfg_string($cfg, 'organisation');
     env_2_cfg_string($cfg, 'contactperson');
     env_2_cfg_string($cfg, 'style');
     env_2_cfg_string($cfg, 'availability_default');
+    env_2_cfg_string($cfg, 'dark_style');
     env_2_cfg_bool($cfg, 'one_time_download');
     env_2_cfg_bool($cfg, 'enable_crypt');
     env_2_cfg_bool($cfg, 'debug');
@@ -193,4 +194,4 @@ function run_setup(&$cfg)
     }
 }
 
-run_setup($cfg);
+run_setup($cfg);
\ No newline at end of file

patrick-canterino.de