X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=cfc371708e0dbc6fb7942a21ede0dd04a12b98d3;hb=55ce974f2ab21987751af69f9f2eddd8672ef563;hp=a709a9e314f8131d7814b9185963e11c3320ade0;hpb=e4601ecbe842aafa7f0424abc67ec7ba55139dff;p=fa-stable.git diff --git a/config.default.php b/config.default.php index a709a9e3..cfc37170 100644 --- a/config.default.php +++ b/config.default.php @@ -77,8 +77,17 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; - /* Integrated base Wiki Help URL or null if not used */ - //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; + /* show users online discretely in the footer */ + $show_users_online = 0; + + // Wiki context help configuration + // If your help wiki use translated page titles uncomment next line + // $old_style_help = 1; // this setting is depreciated and subject to removal in next FA versions + // 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.'; + // not used $help_base_url = null; /* per user data/cache directory */ @@ -88,7 +97,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $accounts_alpha = 0; /* Date systems. 0 = traditional, 1 = Jalali used by Iran, nabour countries, Afghanistan and some other Central Asian nations, - 2 = Islamic used by other arabic nations */ + 2 = Islamic used by other arabic nations. 3 = traditional, but where non-workday is Friday and start of week is Saturday */ $date_system = 0; /* email stock location if order below reorder-level */