From: Joe Hunt Date: Thu, 10 Jun 2010 09:16:11 +0000 (+0000) Subject: Changed Wiki help url and site url in config.default.php X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=1d737d10b30746ade3f979d5ef2c4839d79747ee;p=textcart.git Changed Wiki help url and site url in config.default.php --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d2b589..6bb7c5f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +10-Jun-2010 Joe Hunt +! Changed Wiki help url and site url in config.default.php +$ config.default.php + 07-Jun-2010 Joe Hunt # HTML decode text when printing to Excel. $ /reporting/includes/excel_report.inc diff --git a/config.default.php b/config.default.php index 8302a69..3bc675d 100644 --- a/config.default.php +++ b/config.default.php @@ -63,7 +63,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Powered by $power_by = "FrontAccounting"; - $power_url = "http://frontaccounting.net"; + $power_url = "http://frontaccounting.com"; /* use popup windows for views */ $use_popup_windows = 1; @@ -89,7 +89,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/fawiki/index.php?n=Help.'; + // $help_base_url = 'http://frontaccounting.com/fawiki/index.php?n=Help.'; // not used $help_base_url = null;