CDR Delete: Removed unnecessary output.
This commit is contained in:
@@ -54,7 +54,6 @@ if (sizeof($_REQUEST) > 0) {
|
|||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
unset($sql, $prep_statement);
|
unset($sql, $prep_statement);
|
||||||
//delete recording, if any
|
//delete recording, if any
|
||||||
echo $_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index])."...";
|
|
||||||
if (file_exists($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index]))) {
|
if (file_exists($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index]))) {
|
||||||
@unlink($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index]));
|
@unlink($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index]));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user