minor change

This commit is contained in:
alejandro.campos@artica.es 2023-02-01 10:24:35 +01:00
parent a0c311c110
commit a69f3eb0dc
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ $create_text_file = (bool) get_parameter('create_text_file');
$default_real_directory = realpath($config['homedir'].'/');
$_FILES['file']['name'] = '../test3.jpeg';
// Remove double dot in filename path.
$file_name = $_FILES['file']['name'];
$path_parts = explode('/', $file_name);