From 0afc7e1e5fe18d3455214dc5fc8ff20b628fdb25 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 8 Feb 2007 07:45:28 +0000 Subject: [PATCH] Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1488 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/keynote.css | 1 + include/xnet/session.inc.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 460ef14..c73eceb 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -156,6 +156,7 @@ table.tinybicol th, table.bicol th { font-weight: bold; text-align: center; vertical-align: middle; + background: none; background-color: #000; } diff --git a/include/xnet/session.inc.php b/include/xnet/session.inc.php index 4a85ef8..de75d23 100644 --- a/include/xnet/session.inc.php +++ b/include/xnet/session.inc.php @@ -101,6 +101,8 @@ class XnetSession $_SESSION['auth'] = AUTH_MDP; S::kill('challenge'); S::kill('loginX'); + S::kill('may_update'); + S::kill('is_member'); Get::kill('auth'); Get::kill('uid'); $path = Get::v('n'); -- 2.1.4