Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The application reads a number of files via fileService.php. The code in this file doesn't check whether the file exists nor does it check the return code when calling 'readfile' for errors. Consequently, if the file doesn't exist for some reason, the app continues merrily and a user running load may think his runs are all successful.