From 818d9622a7bea39739ee5d7f35f2f52efce4d363 Mon Sep 17 00:00:00 2001 From: Alice Jacka Date: Tue, 31 May 2022 19:30:10 +1000 Subject: [PATCH] remove duplicate definition of directories_users fixes #765 --- tinyfilemanager.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 1dbad3d..514f196 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';