X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=config.default.php;h=ab77a57bf5198464ad1011cfe20e1c0239e3df89;hp=6602baf486306d64eddbcb93c9c7d4bc620917ed;hb=da7df35c61205d0b1af47d286be591b8a3194b0c;hpb=41fc5025878df6a2950e4356e4b6883a5efcac1a diff --git a/config.default.php b/config.default.php index 6602baf4..ab77a57b 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; @@ -127,9 +124,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $config_allocation_settled_allowance = 0.005; - /* Show company logo on reports */ - $show_company_logo_report = 0; - /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */ $use_costed_values = 1;