* Got bored and copied all the validate.php and define() stuff to 1.1
[squirrelmail.git] / config / config_default.php
index 3096f356ba567cea1eb20d9c1c9b009cc462527e..6e8fc5c4ddd7ab0c7172a50e0ad18d8a0b4bbbdd 100644 (file)
@@ -8,6 +8,12 @@
 //  to configure.
 //
 
+    // This makes sure we don't load it dozens of times
+    // don't change this
+    if (defined('config_php'))
+       return;
+    define('config_php', true);
+
     // don't change
     $config_version = "x62";
 
 
     $attachment_dir = $data_dir;
 
-//  This is the default size of the folder list.  Default is 200,
+//  This is the default size of the folder list.  Default is 150,
 //  but you can set it to whatever you wish.
 
-   $default_left_size = 200;
+   $default_left_size = 150;
 
 //  Some IMAP servers allow a username (like "bob") to log in if they use
 //  uppercase in their name (like "Bob" or "BOB").  This creates extra