芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/modules/MailSignup/Settings.php
aContainer = [ "Disabled" => new SettingsProperty( false, "bool", null, "Setting to true disables the module", ), "ServerModuleName" => new SettingsProperty( "MailSignup", "string", null, "Defines name of the module responsible for signup", ), "HashModuleName" => new SettingsProperty( "signup", "string", null, "Defines hash of the module responsible for signup", ), "CustomLogoUrl" => new SettingsProperty( "", "string", null, "Defines URL of logo image used on signup page", ), "InfoText" => new SettingsProperty( "", "string", null, "Defines additional text message shown on signup page", ), "BottomInfoHtmlText" => new SettingsProperty( "", "string", null, "Defines bottom text message shown on signup page", ), "DomainList" => new SettingsProperty( [], "array", null, "Defines list of domains signup feature is available for", ), ]; } }