• In the file list routine of “Simple File List” it does not reject directories.

    In the routine ee-list-display.php there is test for directories
    if (!@is_dir($eeFile)) {

    It should test for the complete path/filename i.e.
    if (!@is_dir(“$eeUploadDir/$eeFile”)) {

    Roy

  • The topic ‘“System File List” does not reject directories’ is closed to new replies.