You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api_register('api_auto_cpanel_login', ['id' => 'int'], ['return' => 'result_status'], 'Logs into cpanel for the given website id and returns a unique logged-in url. The status will be "ok" if successful, or "error" if there was any problems status_text will contain a description of the problem if any.');
api_register('api_auto_cpanel_login', ['id' => 'int'], ['return' => 'result_status'], 'Logs into cpanel for the given website id and returns a unique logged-in url. The status will be "ok" if successful, or "error" if there was any problems status_text will contain a description of the problem if any.');
$settings->add_dropdown_setting(self::$module, _('Out of Stock'), 'outofstock_webhosting_cpanel', _('Out Of Stock CPanel Webhosting'), _('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_WEBHOSTING_CPANEL'), ['0', '1'], ['No', 'Yes']);
668
668
$settings->add_dropdown_setting(self::$module, _('Out of Stock'), 'outofstock_webhosting_wordpress', _('Out Of Stock WordPress Managed Webhosting'), _('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_WEBHOSTING_WORDPRESS'), ['0', '1'], ['No', 'Yes']);
669
-
$settings->setTarget('global');
669
+
$settings->setTarget('global');
670
670
$settings->add_dropdown_setting(self::$module, _('CPanel Defaults'), 'cpanel_package_defaults_ip', _('CPanel Package Defaults - IP'), _('Enable/Disable Dedicated IP for new Sites'), $settings->get_setting('CPANEL_PACKAGE_DEFAULTS_IP'), ['n', 'y'], ['No', 'Yes']);
0 commit comments