X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=ab77a57bf5198464ad1011cfe20e1c0239e3df89;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hp=c50cb9d94f52dee58edfdb748f9e9f7a6a4f6018;hpb=f425362379fe66e2b0f17b6e4f09d8d9bdf6c5f2;p=fa-stable.git diff --git a/config.default.php b/config.default.php index c50cb9d9..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