From 3d3bc989a3b6fca82646d1131bd2536abea40f0e Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 2 Jul 2001 02:17:19 +0000 Subject: [PATCH] Moved the include lower -- less overhead when it's usually not needed until this display part. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1437 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index b8969a11..0eb06c9c 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -462,7 +462,6 @@ function errorCheck($line, $smtpConnection, $verbose = false) { global $color; - include '../functions/page_header.php'; // Read new lines on a multiline response $lines = $line; @@ -553,6 +552,7 @@ } if ($status == 0) { + include '../functions/page_header.php'; displayPageHeader($color, 'None'); include ("../functions/display_messages.php"); $lines = nl2br(htmlspecialchars($lines)); -- 2.25.1