Added text fields sanitization on upgrdae to 2.2.
[fa-stable.git] / config.default.php
index a709a9e314f8131d7814b9185963e11c3320ade0..f5edc7d2749087c76ca36f94f02547438359c9a6 100644 (file)
@@ -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;