remove duplicate definition of directories_users fixes #765

This commit is contained in:
Alice Jacka 2022-05-31 19:30:10 +10:00 committed by GitHub
parent 50ccd29623
commit 818d9622a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';