From 014bba80ea2a526338fe8e8fbe2156add71e4e06 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 31 Dec 2002 14:36:56 +0000 Subject: [PATCH] Forgot a SM_PATH git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4335 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/auth.php b/functions/auth.php index ba5c271f..3bd8f86f 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -49,7 +49,7 @@ function is_logged_in() { if (!sqsession_is_registered('session_expired_location')) { sqsession_register($session_expired_location,'session_expired_location'); } - include_once( '../functions/display_messages.php' ); + include_once( SM_PATH . 'functions/display_messages.php' ); logout_error( _("You must be logged in to access this page.") ); exit; } -- 2.25.1