X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=a1089866fefb298ba30f01d9b1a6b1e7ad811e4d;hb=edbd85d34374e87dcc0a0cc01d21ca4e4aabf1ac;hp=65a66418df01ec41777036e838be1997fc187789;hpb=bc760d6f50218f3627fd470314661adf12b63495;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 65a66418..a1089866 100644 --- a/config.default.php +++ b/config.default.php @@ -29,7 +29,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // 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). //$error_logfile = ''; - $error_logfile = $path_to_root.'/tmp/errors.log'; + $error_logfile = VARLOG_PATH.'/errors.log'; $debug = 1; // show sql on database errors $show_sql = 0; // show all sql queries in page footer for debugging purposes @@ -70,9 +70,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* This has been superseded with built in Audit Trail */ $use_audit_trail = 0; - /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */ - $show_voided_gl_trans = 0; - /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; @@ -181,7 +178,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ Choose Exchange Rate Provider Default is ECB for backwards compatibility */ - $xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); + $xr_providers = array("ECB", "EXCHANGE-RATES.ORG", "CCA", "YAHOO", "GOOGLE", "BLOOMBERG"); $dflt_xr_provider = 0; /*