X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=09dc03a1ca43413be94626c84f60d672b4259480;hb=6d2aba608e1e75d9f25068c4686853eb14034584;hp=d4e432703703dad660f4beae6dee7d7328a746d9;hpb=bb991dc5b071e966b39954bb53d3b0efe8420938;p=fa-stable.git diff --git a/config.default.php b/config.default.php index d4e43270..09dc03a1 100644 --- a/config.default.php +++ b/config.default.php @@ -20,6 +20,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); + if (!defined(E_STRICT)) + define('E_STRICT', 2048); // for php4 // Log file for error/warning messages. Should be set to any location // writable by www server. When set to empty string logging is switched off. // Special value 'syslog' can be used for system logger usage (see php manual). @@ -39,7 +41,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $select_trail = 0; // track also SELECT queries if ($go_debug > 0) { - error_reporting(E_ALL); + error_reporting(E_ALL&E_STRICT); ini_set("display_errors", "On"); } else @@ -56,10 +58,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ } // Main Title $app_title = "FrontAccounting"; - // application version - $version = "2.3 Beta"; - // src-data compatibility check. Do not change. - $core_version = "2.3"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -68,6 +66,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $power_by = "FrontAccounting"; $power_url = "http://frontaccounting.com"; + /* Save Report selections (a value > 0 means days to save. 0 = no save) */ + $save_report_selections = 0; + /* use popup windows for views */ $use_popup_windows = 1; @@ -128,12 +129,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $pagesizes = array("Letter", "A4"); // default PDF pagesize - /* Default border and spacing for tables */ - /* Should be moved to CSS */ - - $table_style = "class='tablestyle'"; - $table_style2 = "class='tablestyle2'"; - /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received. If this parameter is checked the proportion by which the purchase invoice is an overcharge