From 6c685e0c13fb41c24fb0410e9cad07f7b12aa1d4 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 10 Jun 2010 09:16:11 +0000 Subject: [PATCH] Changed Wiki help url and site url in config.default.php --- CHANGELOG.txt | 4 ++++ config.default.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d2b5890..6bb7c5f6 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 8302a698..3bc675d5 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; -- 2.30.2