diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-16 22:42:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-18 19:51:53 +0000 |
commit | 34d6671c3b0954c116253244b405fc9581788a95 (patch) | |
tree | 922b8b68b47f1c50cb5edb2191b3b97b6614ba7e /community/roundcubemail/config-session_key.patch | |
parent | 4f41af115f2fe395e2de01e5ee07a53dbbfa38a1 (diff) | |
download | aports-34d6671c3b0954c116253244b405fc9581788a95.tar.bz2 aports-34d6671c3b0954c116253244b405fc9581788a95.tar.xz |
community/roundcubemail: move to unmaintained with all dependencies
Closes #10933
Diffstat (limited to 'community/roundcubemail/config-session_key.patch')
-rw-r--r-- | community/roundcubemail/config-session_key.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/roundcubemail/config-session_key.patch b/community/roundcubemail/config-session_key.patch deleted file mode 100644 index a94bd9bd10..0000000000 --- a/community/roundcubemail/config-session_key.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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( |