X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=cc495115990a23072ab45aab48cfe24c454caab5;hb=deb258224a97804610393ef563d45b5af5c5243a;hp=32d339291df4475da6748c786307316a25133ca4;hpb=1285b90928e20ac1b73bb396c21b07501b2dc922;p=fa-stable.git diff --git a/config.php b/config.php index 32d33929..cc495115 100644 --- a/config.php +++ b/config.php @@ -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';