]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
added location tagging
[friendica.git] / htconfig.php
index e9c2db3507f6cc5b5bcd03646a12f2e5c076e1aa..0c365579cbc37d4019a2ef3cbf2d3ed51c740359 100644 (file)
@@ -30,4 +30,12 @@ $a->config['admin_email'] = '';
 
 // 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';