Skip to content

Commit 6717ceb

Browse files
committed
updates to the settings
1 parent 57af3f1 commit 6717ceb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Plugin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ public static function getSettings(GenericEvent $event)
206206
* @var \MyAdmin\Settings $settings
207207
**/
208208
$settings = $event->getSubject();
209+
$settings->setTarget('module');
209210
$settings->add_text_setting(self::$module, _('Costs & Limits'), 'website_ip_cost', _('Dedicated IP Cost'), _('This is the cost for purchasing an additional IP on top of a Website.'), (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
211+
$settings->setTarget('global');
210212
}
211213
}

0 commit comments

Comments
 (0)