From 6a44c2fca2d85e8cbb5f5681093ad3bfd04cb177 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 24 Jul 2012 17:33:15 +0000 Subject: [PATCH] Add a missing include required for fax forwarding to an external number. --- secure/fax_to_email.php | 1 + 1 file changed, 1 insertion(+) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 79c92db9b3..d3bc1b83e1 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -38,6 +38,7 @@ if (defined('STDIN')) { //includes if (!defined('STDIN')) { include "root.php"; } require_once "includes/require.php"; + require_once "includes/lib_switch.php"; include "class.phpmailer.php"; include "class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded