From: Joe Hunt Date: Fri, 16 Oct 2009 10:06:40 +0000 (+0000) Subject: Seccurity release 2.1.7. We strongly encourage to update to this release. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7a8dcee046ed0adbd5af93b3353dc49e27dbe825;p=textcart.git Seccurity release 2.1.7. We strongly encourage to update to this release. --- 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"));