X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=7a534758610004d09341ed4d9cbd68feae656c65;hb=425fc1ef0f159173f03532054863691d30f5fa17;hp=32d339291df4475da6748c786307316a25133ca4;hpb=1285b90928e20ac1b73bb396c21b07501b2dc922;p=fa-stable.git diff --git a/config.php b/config.php index 32d33929..7a534758 100644 --- a/config.php +++ b/config.php @@ -31,16 +31,17 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ } else { + error_reporting(E_USER_WARNING|E_USER_ERROR|E_USER_NOTICE); // ini_alter("error_reporting","E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR|E_PARSE"); - ini_set("display_errors", "Off"); + ini_set("display_errors", "On"); } // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0 Beta"; + $version = "2.0 Release Candidate 1"; // Build for development purposes - $build_version = "22"; + $build_version = "145"; // Powered by $power_by = "FrontAccounting"; @@ -56,7 +57,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $use_audit_trail = 0; /* Integrated base Wiki Help URL or null if not used */ - $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; + //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; + $help_base_url = null; /* per user data/cache directory */ $comp_path = $path_to_root.'/company'; @@ -169,7 +171,7 @@ if(isset($_SESSION["wa_current_user"])) { // static js files path $js_path = $path_to_root.'/js/'; // standard external js scripts included in all files - $js_static = array('behaviour.js'); + $js_static = array('JsHttpRequest.js', 'behaviour.js', 'utils.js', 'inserts.js'); // additional js source included in header $js_lib = $js_userlib = array();