Skip to content

Commit

Permalink
Update enabled.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee authored Apr 15, 2022
1 parent 9bccef5 commit 8b2d5dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions enabled.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@
'oauth_token_google' => '',
);
$com = new OssnComponents();
if($com->setSettings('SMTP', $vars)) {
redirect('administrator/component/SMTP');
}
$com->setSettings('SMTP', $vars);

0 comments on commit 8b2d5dd

Please sign in to comment.