aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php
index 36c685f7c..8f6489965 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -36,10 +36,14 @@ $a->config['register_policy'] = REGISTER_OPEN;
$a->config['register_text'] = '';
$a->config['admin_email'] = '';
-// Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535).
+// Maximum size of an imported message, 0 is unlimited
$a->config['max_import_size'] = 10000;
+// maximum size of uploaded photos
+
+$a->config['system']['maximagesize'] = 800000;
+
// Location of PHP command line processor
$a->config['php_path'] = 'php';