Welcome Guest, Not a member yet? Register   Sign In
Bug in Upload.php
#1

[eluser]Unknown[/eluser]
In file system/libraries/Upload.php

On line: 1058 is a bug:
Code:
@exec('file --brief --mime-type ' . escapeshellarg($file['tmp_path']), $output, $return_code);

should by

Code:
@exec('file --brief --mime-type ' . escapeshellarg($file['tmp_name']), $output, $return_code);
#2

[eluser]InsiteFX[/eluser]
If you want to report a bug then you need to report it here:

CodeIgniter Bug Issues




Theme © iAndrew 2016 - Forum software by © MyBB