X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=acd3ddc62b4d6bec2a5ea0b3539bcc78d5b71627;hb=3bd9d76da0a8c8f014f83fc5203b9954b66737ab;hp=c50cb9d94f52dee58edfdb748f9e9f7a6a4f6018;hpb=f425362379fe66e2b0f17b6e4f09d8d9bdf6c5f2;p=fa-stable.git diff --git a/config.default.php b/config.default.php index c50cb9d9..acd3ddc6 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 @@ -178,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", "GOOGLE", "YAHOO", "BLOOMBERG"); $dflt_xr_provider = 0; /*