0001792: BLOOMBERG added to Exchange Rate Providers and config fix.
[fa-stable.git] / config.default.php
index aed9cd9e5ba7a3ad373c57f92b0dd2ad6cd8a4a2..178636607848694025f54866b5048c9941521b11 100644 (file)
@@ -253,4 +253,19 @@ $text_company_selection  = false;
 
        $hide_inaccessible_menu_items = 0;
 
+/*
+       Brute force prevention.
+       $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
+       Set $login_delay to 0 to disable the feature (not recommended)
+*/
+$login_delay = 30;
+$login_max_attempts = 10;
+
+/*
+       Choose Exchange Rate Provider
+       Default is ECB for backwards compatibility
+*/
+$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
+$dflt_xr_provider = 0;
+
 ?>
\ No newline at end of file