]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
added location tagging
[friendica.git] / htconfig.php
index aab00a972f3e5d6e63237d8f044f1e53f7324533..0c365579cbc37d4019a2ef3cbf2d3ed51c740359 100644 (file)
@@ -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';