Copypaste error. This could be avoided by doing $theme[] in stead of $theme[n]
[squirrelmail.git] / config / config_default.php
index c6a79d7d558a60234f043dcb3023d1f9a2c3862e..dab7f24cf276da85e8825be5545cd897976432dc 100644 (file)
@@ -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)
@@ -529,6 +529,10 @@ global $imap_auth_mech;
 $smtp_auth_mech = 'none';
 $imap_auth_mech = 'plain';
 
+/* 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
  * tag below (including newline characters and whitespace).