]> git.mxchange.org Git - friendica.git/commitdiff
Add the value for the global directory in htconfig.php
authorMichael Vogel <icarus@dabo.de>
Sun, 23 Aug 2015 18:29:45 +0000 (20:29 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 23 Aug 2015 18:29:45 +0000 (20:29 +0200)
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';