X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=0c365579cbc37d4019a2ef3cbf2d3ed51c740359;hb=709c86b2daec32ae0d5d6d0e7f88b8607e02edba;hp=aab00a972f3e5d6e63237d8f044f1e53f7324533;hpb=f83aa6c8a57e0ba9be2cd5842899488a4c2a8514;p=friendica.git diff --git a/htconfig.php b/htconfig.php index aab00a972f..0c365579cb 100644 --- a/htconfig.php +++ b/htconfig.php @@ -28,6 +28,14 @@ $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; $a->config['admin_email'] = ''; -// Maximum size of an imported message, 0 is unlimited. +// Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535). -$a->config['max_import_size'] = 10000; \ No newline at end of file +$a->config['max_import_size'] = 10000; + +// Location of PHP command line processor + +$a->config['php_path'] = 'php'; + +// Location of global directory submission page. + +$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit';