From 34d6671c3b0954c116253244b405fc9581788a95 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 16 Dec 2019 22:42:47 +0200 Subject: community/roundcubemail: move to unmaintained with all dependencies Closes #10933 --- unmaintained/roundcubemail/config-session_key.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 unmaintained/roundcubemail/config-session_key.patch (limited to 'unmaintained/roundcubemail/config-session_key.patch') diff --git a/unmaintained/roundcubemail/config-session_key.patch b/unmaintained/roundcubemail/config-session_key.patch new file mode 100644 index 0000000000..a94bd9bd10 --- /dev/null +++ b/unmaintained/roundcubemail/config-session_key.patch @@ -0,0 +1,11 @@ +--- a/config/config.inc.php.sample ++++ b/config/config.inc.php.sample +@@ -74,7 +74,7 @@ + // in the session record (and the client cookie if remember password is enabled). + // please provide a string of exactly 24 chars. + // YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS +-$config['des_key'] = 'rcmail-!24ByteDESkey*Str'; ++$config['des_key'] = trim(file(RCMAIL_CONFIG_DIR . '/session_key')[0]); + + // List of active plugins (in plugins/ directory) + $config['plugins'] = array( -- cgit v1.2.3