X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=cc495115990a23072ab45aab48cfe24c454caab5;hb=c39e64b5267f4f213b960a86a0fa15ad44a6c144;hp=9132cbb754512974cec4f88f91169c736e2b0021;hpb=80907220bbf1549e17d9fee76e5b344383631377;p=fa-stable.git diff --git a/config.php b/config.php index 9132cbb7..cc495115 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; - $go_debug = 1; + $go_debug = 0; if ($go_debug == 1) { error_reporting(E_ALL); @@ -37,10 +37,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0 Pre Alpha"; + $version = "2.0 Beta"; // Build for development purposes - $build_version = "2"; + $build_version = "22"; // Powered by $power_by = "FrontAccounting"; @@ -56,11 +56,12 @@ 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'; - + /* allow alpha characters in accounts. 0 = numeric, 1 = alpha numeric, 2 = uppercase alpha numeric */ $accounts_alpha = 0; @@ -172,5 +173,5 @@ if(isset($_SESSION["wa_current_user"])) { $js_static = array('behaviour.js'); // additional js source included in header $js_lib = $js_userlib = array(); - + ?> \ No newline at end of file