X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig_default.php;h=9a2cb31b1df8006499c6e0e11c67f8c4c0601b1d;hb=5dd23dac87742f29bc491e3ae4dba699b8147fc0;hp=c6a79d7d558a60234f043dcb3023d1f9a2c3862e;hpb=47a2932647c61c732b649a27b5dc7853bb6388ff;p=squirrelmail.git diff --git a/config/config_default.php b/config/config_default.php index c6a79d7d..9a2cb31b 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -11,7 +11,7 @@ /* Do not change this value. */ global $config_version; -$config_version = '1.2.0'; +$config_version = '1.4.0'; /* Organization's logo picture (blank if none) */ global $org_logo; @@ -375,8 +375,8 @@ $theme[32]['NAME'] = 'Alien Glow'; $theme[33]['PATH'] = '../themes/dark_green.php'; $theme[33]['NAME'] = 'Dark Green'; -$theme[33]['PATH'] = '../themes/penguin.php'; -$theme[33]['NAME'] = 'Penguin'; +$theme[34]['PATH'] = '../themes/penguin.php'; +$theme[34]['NAME'] = 'Penguin'; /** * LDAP server(s) @@ -521,13 +521,17 @@ global $use_smtp_tls; $use_imap_tls = false; $use_smtp_tls = false; -/* auth_mech can be either 'plain', 'cram-md5', or 'digest-md5' +/* auth_mech can be either 'login','plain', 'cram-md5', or 'digest-md5' SMTP can also be 'none' */ global $smtp_auth_mech; global $imap_auth_mech; $smtp_auth_mech = 'none'; -$imap_auth_mech = 'plain'; +$imap_auth_mech = 'login'; + +/* PHP session name. Leave this alone unless you know what you are doing. */ +global $session_name; +$session_name = 'SQMSESSID'; /** * Make sure there are no characters after the PHP closing