Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored and github-actions[bot] committed Dec 28, 2024
1 parent 824c0b3 commit 2276b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if ($isAdmin) {
// Erlaubte IP-Adressen - nur für Admins
$form->addFieldset($addon->i18n('maintenance_allowed_access_title'));

$field = $form->addTextField('allowed_ips');
$field->setLabel($addon->i18n('maintenance_allowed_ips_label'));
$field->setNotice($addon->i18n('maintenance_allowed_ips_notice', rex_server('REMOTE_ADDR', 'string', ''), rex_server('SERVER_ADDR', 'string', '')));
Expand All @@ -47,7 +47,7 @@
if (!$isAdmin) {
$form->addFieldset($addon->i18n('maintenance_allowed_access_title'));
}

$field = $form->addSelectField('allowed_yrewrite_domains');
$field->setAttribute('multiple', 'multiple');
$field->setAttribute('class', 'form-control selectpicker');
Expand Down Expand Up @@ -184,5 +184,5 @@
echo $fragment->parse('core/page/section.php');
?>
</div>
<?php endif; ?>
<?php endif ?>
</div>

0 comments on commit 2276b3f

Please sign in to comment.