X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=6fb1c5e55d25b2d0f7200318d2b647e7275b1dbc;hb=9b413697aa4ca30f7f336dbf5fd04bf8caf2bc43;hp=20a08974b440d51621f4ddc960e516852544efa0;hpb=214715ef27ce057ee063ad53a13cc72e9984d0fa;p=fa-stable.git diff --git a/config.php b/config.php index 20a08974..6fb1c5e5 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // 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). - $error_logfile = dirname(__FILE__).'/tmp/errors.log'; + $error_logfile = ''; + //$error_logfile = dirname(__FILE__).'/tmp/errors.log'; $debug = 1; $show_sql = 0; $go_debug = 0; @@ -55,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.1.2"; + $version = "2.1.4"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));