From: Joe Hunt Date: Fri, 30 Oct 2009 08:28:51 +0000 (+0000) Subject: Changed name on folder for global help url to fawiki. X-Git-Tag: v2.4.2~19^2~1065 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4560b5c07a004fafcd48da221361a87f1e0bfe0f;p=fa-stable.git Changed name on folder for global help url to fawiki. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 33d48179..9e9e571d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +30-Oct-2009 Joe Hunt +! Changed name on folder for global help url to fawiki. +$ config.default.php + 29-Oct-2009 Janusz Dobrowolski ! Changed context help organization to enable use of central multilanguage wiki. $ /config.default.php diff --git a/config.default.php b/config.default.php index 5ed7d8d0..6834dbc7 100644 --- a/config.default.php +++ b/config.default.php @@ -86,7 +86,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // locally installed wiki module // $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; // context help feed from frontaccounting.net - // $help_base_url = 'http://frontaccounting.net/pmwiki/index.php?n=Help.'; + // $help_base_url = 'http://frontaccounting.net/fawiki/index.php?n=Help.'; // not used $help_base_url = null;