Remove Document Root...
I've modified the line to:
$kfm_userfiles_output = rel2abs(str_replace($_SERVER['DOCUMENT_ROOT'],"",$kfm_userfiles_address,dirname(__FILE__))). "/";
but now the server host reports this error:
Warning: Missing argument 2 for rel2abs(), called in D:\Hosting\5230337\html\webassist\kfm\configuration.php on line 29 and defined in D:\Hosting\5230337\html\webassist\kfm\library.php on line 71
Am I missing something in the syntax? (I am not a programmer)