~ubuntu-branches/ubuntu/karmic/squirrelmail/karmic

« back to all changes in this revision

Viewing changes to config/config_default.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-12-04 09:18:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204091809-f5tmhfdfy71y0cwn
Tags: 2:1.4.9a-1
* New upstream security release.
  - Additionally tightens HTML filter for IE <= 5 parsing
    absolutely everything and it's horse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 * @copyright &copy; 2000-2006 The SquirrelMail Project Team
19
19
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
20
 
 * @version $Id: config_default.php,v 1.84.2.19 2006/08/01 05:47:32 tokul Exp $
 
20
 * @version $Id: config_default.php,v 1.84.2.20 2006/10/07 11:58:42 tokul Exp $
21
21
 * @package squirrelmail
22
22
 * @subpackage config
23
23
 */
863
863
$abook_global_file_writeable = false;
864
864
 
865
865
/**
 
866
 * Listing of shared address book control
 
867
 * @global bool $abook_global_file_listing
 
868
 * @since 1.5.1 and 1.4.9
 
869
 */
 
870
$abook_global_file_listing = true;
 
871
 
 
872
/**
 
873
 * Controls file based address book entry size
 
874
 * 
 
875
 * This setting controls space allocated to file based address book records.
 
876
 * End users will be unable to save address book entry, if total entry size 
 
877
 * (quoted address book fields + 4 delimiters + linefeed) exceeds allowed
 
878
 * address book length size.
 
879
 *
 
880
 * Same setting is applied to personal and global file based address books.
 
881
 *
 
882
 * It is strongly recommended to keep default setting value. Change it only
 
883
 * if you really want to store address book entries that are bigger than two
 
884
 * kilobytes (2048).
 
885
 * @global integer $abook_file_line_length
 
886
 * @since 1.5.2 and 1.4.9
 
887
 */
 
888
$abook_file_line_length = 2048;
 
889
 
 
890
/**
866
891
 * MOTD
867
892
 *
868
893
 * This is a message that is displayed immediately after a user logs in.