diff options
author | alecpl <alec@alec.pl> | 2011-07-04 11:40:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-04 11:40:02 +0000 |
commit | 4171c59bd79a54c1fd65128f7100247a4dec8720 (patch) | |
tree | 3261b05d91324840570c8ebe6b1084e26793701d /config | |
parent | 5b3ac324154b0d29e6e14db2b06fbc3636a3e708 (diff) |
- Add optional textual upload progress indicator (#1486039)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 3994a9480..56e5a793e 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -437,6 +437,11 @@ $rcmail_config['max_pagesize'] = 200; // Must be less than 'session_lifetime' $rcmail_config['min_keep_alive'] = 60; +// Enables files upload indicator. Requires APC installed and enabled apc.rfc1867 option. +// By default refresh time is set to 1 second. You can set this value to true +// or any integer value indicating number of seconds. +$rcmail_config['upload_progress'] = false; + // ---------------------------------- // ADDRESSBOOK SETTINGS // ---------------------------------- |