mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Fax Server - Fax to Email: Remove unnecessary $included variable.
This commit is contained in:
@@ -266,8 +266,7 @@ if (!empty($result) && @sizeof($result) != 0) {
|
||||
|
||||
//send fax
|
||||
$cwd = getcwd();
|
||||
$included = true;
|
||||
require("fax_send.php");
|
||||
require "fax_send.php";
|
||||
if($cwd){
|
||||
chdir($cwd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user