diff options
author | till <till@php.net> | 2007-09-01 14:51:05 +0000 |
---|---|---|
committer | till <till@php.net> | 2007-09-01 14:51:05 +0000 |
commit | 7dce969fcd1a464bd0aef8d051db1e9d3c023140 (patch) | |
tree | 3ed4c24566440d69de2907adbc819b215215ae71 | |
parent | 63f9d3c0a5800b57131308b29ceaf33f233ec7f0 (diff) |
+ added new config option: #1484484
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index a5b94d979..4cf7b7f86 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -251,5 +251,8 @@ $rcmail_config['draft_autosave'] = 300; // default setting if preview pane is enabled $rcmail_config['preview_pane'] = FALSE; +// don't let users set pagesize to more than this value if set +$rcmail_config['max_pagesize'] = 200; + // end of config file ?> |