From: Janusz Dobrowolski Date: Wed, 30 Sep 2009 22:21:00 +0000 (+0000) Subject: Fixes to page access checking. X-Git-Tag: v2.4.2~19^2~1174 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2db3136c92d393d0499fc3f30a0bd1f96c5d83e8;p=fa-stable.git Fixes to page access checking. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d07968bb..eae0f358 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -49,6 +49,14 @@ $ /sql/alter2.2.php # Fixed false error on payment without allocation. $ /purchasing/supplier_payment.php /sales/customer_payments.php +# Fixed access to payments when deposits are disabled. +$ /gl/gl_bank.php +! Access level checking moved to page() function to make session start + and page access checks independent. +$ /includes/main.inc + /includes/session.inc +# Back link on upgrade help page + /includes/current_user.inc 29-Sep-2009 Tom Hallman ! Changes in tags table structure, tags related security areas