X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.php;h=f5edc7d2749087c76ca36f94f02547438359c9a6;hb=2a42ffb56ef6651b8a136cd89271e65d397d7677;hp=a709a9e314f8131d7814b9185963e11c3320ade0;hpb=e4601ecbe842aafa7f0424abc67ec7ba55139dff;p=fa-stable.git diff --git a/config.default.php b/config.default.php index a709a9e3..f5edc7d2 100644 --- a/config.default.php +++ b/config.default.php @@ -77,6 +77,9 @@ 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; + /* show users online discretely in the footer */ + $show_users_online = 0; + /* Integrated base Wiki Help URL or null if not used */ //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.'; $help_base_url = null;