From 76a3f9d7bce11efbd1a1ff09d5401560db3d816a Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 1 Oct 2009 20:09:33 +0000 Subject: [PATCH] Removed sparse add_access_extensions call. --- includes/session.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/session.inc b/includes/session.inc index 3617a91c..2178a8d5 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -229,15 +229,6 @@ if (strstr($_SERVER['PHP_SELF'], 'logout.php') == false){ $_SESSION["App"] = new front_accounting(); $_SESSION["App"]->init(); } - - /* - This call is necessary only at: - . on any page with non-standard security areas - . in security roles editor - To be optmized after. - */ - add_access_extensions(); - } // POST vars cleanup needed for direct reuse. // We quote all values later with db_escape() before db update. -- 2.30.2