Hi!
Today I installed the new version. I changed the two vars $base_dir and $enable_install and let kplaylist run. The login was no problem but then I recognized an empty file/dir list but with all the icons for the directories.
After changing the following two lines in the function checkchs($in) it worked again:
return htmlentities($in);
// return htmlspecialchars($in,ENT_QUOTES,"ISO-8859-1");
ciao, amalesh
