From e07119e2d93d45d219c7b51f710cf478af79bc6c Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 23 Aug 2015 20:29:45 +0200 Subject: [PATCH] Add the value for the global directory in htconfig.php --- htconfig.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htconfig.php b/htconfig.php index 25f334b799..9b57714459 100644 --- a/htconfig.php +++ b/htconfig.php @@ -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';