Delete the old phpmailer files and point fax to email and mailto to it.

This commit is contained in:
Mark Crane
2012-12-04 00:32:26 +00:00
parent 0a0f51262a
commit 3bafe742cd
6 changed files with 6 additions and 6314 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ if (defined('STDIN')) {
//includes
if (!defined('STDIN')) { include "root.php"; }
require_once "includes/require.php";
include "class.phpmailer.php";
include "class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded
include "resources/phpmailer/class.phpmailer.php";
include "resources/phpmailer/class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded
//set php ini values
ini_set(max_execution_time,900); //15 minutes