From b5af7f1c66aecb2dc6d1df9205a8f914db398143 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 14 Jul 2014 15:58:24 -0400 Subject: [PATCH] save point trying to find out where this is failing --- index.php | 4 ++-- setup.phtml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index dd1dc55..8c0476d 100644 --- a/index.php +++ b/index.php @@ -47,7 +47,7 @@ HTTP_Session2::useCookies(false); HTTP_Session2::start(); if ($catid == ORDER_FORM_PAGE) { - include 'priceQuoteForm.inc'; + //include 'priceQuoteForm.inc'; } require_once 'setup_functions.phtml'; @@ -95,7 +95,7 @@ if ($catid == ORDER_FORM_PAGE) { ); $glmPage->fetchPage(); ob_start(); - echo $wizard->run(); + //echo $wizard->run(); $glmPage->toolboxContent = ob_get_contents(); ob_end_clean(); diff --git a/setup.phtml b/setup.phtml index c033740..9ed4dd1 100644 --- a/setup.phtml +++ b/setup.phtml @@ -732,7 +732,8 @@ define('BANNER_REPORTS_ADMIN_EMAIL', $serverConfig->email->banner_reports_admin) /** * The email address to send banner expiration notices to */ -define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification); +//define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification); + die('test'); /** * Authorize.net processing parameters * ALSO SEE "Authorize.Net Configuration" SECTION BELOW CONDITIONAL SETTINGS -- 2.17.1