X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=cc495115990a23072ab45aab48cfe24c454caab5;hb=deb258224a97804610393ef563d45b5af5c5243a;hp=5cdc2b4d258f80bc1a93dd1ee538adab5073efe6;hpb=4763f9316d59363edaffd38e49655ad5ff29611d;p=fa-stable.git diff --git a/config.php b/config.php index 5cdc2b4d..cc495115 100644 --- a/config.php +++ b/config.php @@ -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,7 +56,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';