Release 1.13
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 14 Sep 2007 08:16:58 +0000 (08:16 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 14 Sep 2007 08:16:58 +0000 (08:16 +0000)
CHANGELOG.txt
config.php

index 6fffa53e3f9c724d563097932657e1978af13066..c8ed3cfb802084bb67bc4c816c15bd61c4012afb 100644 (file)
@@ -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.
index 9387253ede6b813ab0a90f3a4040aad0c54f053c..09580d15f496f862956c78cdb7d09c9e93ad02cc 100644 (file)
@@ -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");
 
        // 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";