From f0d936d1decadb364b7255845832b404f8e47e4a Mon Sep 17 00:00:00 2001 From: Alexander Kolenaty Date: Tue, 18 Oct 2022 20:38:43 +0200 Subject: [PATCH] Remove redundant config option --- tinyfilemanager.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index c0d1d65..de39ae0 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -68,10 +68,6 @@ $root_url = ''; // Server hostname. Can set manually if wrong $http_host = $_SERVER['HTTP_HOST']; -// user specific directories -// array('Username' => 'Directory path', 'Username2' => 'Directory path', ...) -$directories_users = array(); - // input encoding for iconv $iconv_input_encoding = 'UTF-8';