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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

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