style: 🗑️ removing unused variable
This commit is contained in:
parent
f560bdc3f0
commit
c60b052951
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ switch($API_FUNCTION) {
|
|||
$file_dir = dirname($physical_file_path);
|
||||
|
||||
if(!is_dir($file_dir)) {
|
||||
mkdir(dirname($physical_file_path), recursive: true);
|
||||
mkdir($file_dir, recursive: true);
|
||||
}
|
||||
|
||||
move_uploaded_file($_FILES['file']['tmp_name'], $physical_file_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue