From f8effb0ca5d46a0c5b47368a6348c6bc00dcf71b Mon Sep 17 00:00:00 2001 From: centaurix Date: Thu, 27 Jun 2002 10:31:40 +0000 Subject: [PATCH] fixed missing prefs.php require_once to use getPref in line 79 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3018 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/validate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/validate.php b/src/validate.php index 4ec5b44e..dc20d25a 100644 --- a/src/validate.php +++ b/src/validate.php @@ -14,6 +14,7 @@ session_start(); require_once('../functions/i18n.php'); require_once('../functions/auth.php'); require_once('../functions/strings.php'); +require_once('../functions/prefs.php'); is_logged_in(); @@ -84,4 +85,4 @@ if ( $timeZone != SMPREF_NONE && ($timeZone <> '') putenv( 'TZ=' . $timeZone ); } -?> \ No newline at end of file +?> -- 2.25.1