From 1948ce7dc821bdd082413c5465eac41f3a981039 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 14 Sep 2007 08:16:58 +0000 Subject: [PATCH] Release 1.13 --- CHANGELOG.txt | 8 ++++++++ config.php | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6fffa53..c8ed3cf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,14 @@ Legend: ! -> Note $ -> Affected files +-------------------- 1.13 Stable Released ---------------------- +14-Sep-2007 Joe Hunt + + Added optional link for electronic payment on invoices (PayPal). + ! Better support for install/update languages. + ! Minor adjustments + # Fixed a vulnerable item in config.php + $ config.php + 14-Sep-2007 Joe Hunt # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server. # config.php has been vulnerable. Fixed. diff --git a/config.php b/config.php index 9387253..09580d1 100644 --- a/config.php +++ b/config.php @@ -24,7 +24,7 @@ unset($session_save_path); } if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) - exit; + die("Restricted access"); include_once($path_to_root . "/config_db.php"); include_once($path_to_root . "/includes/lang/language.php"); @@ -53,10 +53,10 @@ // Main Title $app_title = "FrontAccounting"; // application version - $version = "1.12"; + $version = "1.13"; // Build for development purposes - $build_version = "31"; + $build_version = "53"; // Powered by $power_by = "FrontAccounting"; -- 2.30.2