From 6789cab350c1d9d348d101ab232e937e6301d30e Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 3 Oct 2009 08:33:06 +0000 Subject: [PATCH] Fixed false upgrade error displayed in some situations. --- access/logout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/access/logout.php b/access/logout.php index ee526fda..762fcd0e 100644 --- a/access/logout.php +++ b/access/logout.php @@ -12,9 +12,9 @@ $page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -include_once($path_to_root . "/includes/ui/ui_view.inc"); -page(_("Logout"), true, false, "", get_js_png_fix()); +include($path_to_root . "/includes/page/header.inc"); +page_header(_("Logout"), true, false, '', get_js_png_fix()); echo " -- 2.30.2