! -> 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.
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");
// 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";