From 7a8dcee046ed0adbd5af93b3353dc49e27dbe825 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 16 Oct 2009 10:06:40 +0000 Subject: [PATCH] Seccurity release 2.1.7. We strongly encourage to update to this release. --- CHANGELOG.txt | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7ae3695..647dad6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.1.7 ---------------------------------- +! Seccurity release 2.1.7. We strongly encourage to update to this release. +16-ock-2009 Joe Hunt +$ config.php + 15-Oct-2009 Joe Hunt # Security sql statements update against sql injection attacks. $ /reporting/rep101.php diff --git a/config.php b/config.php index 6310703..7ab4f10 100644 --- a/config.php +++ b/config.php @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.1.6"; + $version = "2.1.7"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); -- 2.30.2