Fax Server - Fax to Email: Remove unnecessary $included variable.

This commit is contained in:
fusionate
2024-11-14 13:50:17 -07:00
committed by GitHub
parent 8ca1b0d27b
commit 6d37675273

View File

@@ -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);
}