From b52c680ae0e3858c6cc0496bd9ff9ea77f795579 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 5 Dec 2008 08:35:24 +0000 Subject: [PATCH] Make decrypt_headers.php work again git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13350 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- contrib/decrypt_headers.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/decrypt_headers.php b/contrib/decrypt_headers.php index 7f0f3935..58301689 100644 --- a/contrib/decrypt_headers.php +++ b/contrib/decrypt_headers.php @@ -16,10 +16,11 @@ define('SM_PATH','../'); /** - * include SquirrelMail string functions + * include SquirrelMail string and generic functions * script needs OneTimePadDecrypt() (functions/strings.php) - * and sqgetGlobalVar() (functions/global.php, loaded by strings.php) + * and sqgetGlobalVar() (functions/global.php) */ +include_once(SM_PATH.'functions/global.php'); include_once(SM_PATH.'functions/strings.php'); /** -- 2.25.1