Changed Wiki help url and site url in config.default.php
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 10 Jun 2010 09:16:11 +0000 (09:16 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 10 Jun 2010 09:16:11 +0000 (09:16 +0000)
CHANGELOG.txt
config.default.php

index 6d2b58901830fa1d41880b6028f05db7a484f85d..6bb7c5f64a8d86f3304d8f4ed0bd200c8a276595 100644 (file)
@@ -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
index 8302a69814151483024becc1b36903557b112c2e..3bc675d5eaea1223c778a0c39df5d03590a6ce0e 100644 (file)
@@ -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;