mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Remove a variable that is not being used.
This commit is contained in:
@@ -150,6 +150,8 @@ if (is_uploaded_file($_FILES['upload_file']['tmp_name'])) {
|
||||
$moh->xml();
|
||||
$moh->save();
|
||||
|
||||
//set an upload message
|
||||
$save_msg = "Uploaded file to ".$target_dir."/".htmlentities($_FILES['upload_file']['name']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user