Any known issues?
CODE
umask(0);
if(!is_dir("./img/".$type."/".$year."/ico/".$nr)) mkdir("./img/".$type."/".$year."/ico/".$nr, 0777);
if(!is_dir("./img/".$type."/".$year."/ico/".$nr)) mkdir("./img/".$type."/".$year."/ico/".$nr, 0777);
the folder has all of the rights, but nothing will go in it...
Any help welcome. Thank you.
added:
And another issue. The "New Folder" button won't allow me to create a folder named "0" (zero). But actually i can create it using php. It won't delete when deleting with "Delete Selected" button. It will be deleted when hitting the "delete folder" button to the right. It's just a bug i think....