芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/RecaptchaWebclientPlugin/Settings.php
aContainer = [ "Disabled" => new SettingsProperty( false, "bool", null, "Setting to true disables the module", ), "PublicKey" => new SettingsProperty( "", "string", null, "Public key obtained at reCAPTCHA website", ), "PrivateKey" => new SettingsProperty( "", "string", null, "Private key obtained at reCAPTCHA website", ), "LimitCount" => new SettingsProperty( 0, "int", null, "Denotes number of unsuccessful login attempts required for CAPTCHA to be displayed, 0 - always displayed", ), "WhitelistIPs" => new SettingsProperty( [], "array", null, "List of IP addresses CAPTCHA is never be displayed for", ), "IncludeInMobile" => new SettingsProperty( true, "bool", null, "If true, the module is used in mobile version of the interface", ), "IncludeInDesktop" => new SettingsProperty( true, "bool", null, "If true, the module is used in desktop version of the interface", ), "RequestMethod" => new SettingsProperty( Enums\RequestMethods::SocketPost, "spec", Enums\RequestMethods::class, "Request method used by API", ), ]; } }