! -> 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
// Powered by
$power_by = "FrontAccounting";
- $power_url = "http://frontaccounting.net";
+ $power_url = "http://frontaccounting.com";
/* use popup windows for views */
$use_popup_windows = 1;
// 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;