]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
Delete the alternate OStatus profile url if present.
[friendica.git] / htconfig.php
index 25f334b79929c5dcb6a2fae02c3fcb7604d2e8d7..9b577144593feced5744e6b31e6f0ac354d3fe95 100644 (file)
@@ -83,12 +83,8 @@ $a->config['system']['itemcache'] = "";
 // If enabled, the lockpath is used for a lockfile to check if the poller is running
 $a->config['system']['lockpath'] = "";
 
-// If enabled, the MyBB fulltext engine is used
-// $a->config['system']['use_fulltext_engine'] = true;
-
-// Use the old style "share"
-// $a->config['system']['old_share'] = false;
-
 //Deny public access to the local directory
 //$a->config['system']['block_local_dir'] = false;
 
+// Global directory
+$a->config['system']['directory'] = 'http://dir.friendi.ca';