in fun_extra.php on line 245
$max = get_cfg_var("upload_max_filesize");
better is
$max = ini_get("upload_max_filesize");
I changed it because one customer was using this program and could not upload because the php.ini-variable was read (2M), and his directory could upload 10M.
2007-01-12 10:56:08 UTC in QuiXplorer - web-based file-management