Remove redundant config option

This commit is contained in:
Alexander Kolenaty 2022-10-18 20:38:43 +02:00
parent 805308a013
commit f0d936d1de

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