! -> Note
$ -> Affected files
+------------------------------- Release 2.0.2 --------------------------------------------
+23-Sep-2008 Joe Hunt
+! Release 2.0.2
+$ config.php
+! Increased time_out to 3 minutes.
+$ /install/save.php
+
23-Sep-2008 Joe Hunt
# Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
$ /sales/sales_order_entry.php
// Main Title
$app_title = "FrontAccounting";
// application version
- $version = "2.0.1";
+ $version = "2.0.2";
// Build for development purposes
$build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
<?php
error_reporting(E_ALL);
ini_set("display_errors", "On");
-ini_set("max_execution_time", "120");
+ini_set("max_execution_time", "180");
// Start a session
if(!defined('SESSION_STARTED'))