We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d349008 commit a458c3fCopy full SHA for a458c3f
public_html/lists/admin/login.php
@@ -43,7 +43,7 @@ function footer()
43
echo $GLOBALS['I18N']->get('Enter your email address').': </p><input type="text" name="forgotpassword" value="" size="30" />';
44
echo ' <input class="submit" type="submit" name="process" value="'.$GLOBALS['I18N']->get('Send password').'" />';
45
echo ' <div class="clear"></div>';
46
- if ($GLOBALS['plugins']['simplesaml']) {
+ if (isset($GLOBALS['plugins']['simplesaml'])) {
47
echo '<a href="?sso" style="display: inline-block; padding: 5px 10px; background-color: #2c2c2c; color: #fff; text-decoration: none; border-radius: 5px; font-size: 16px; text-align: center;"">SSO login</a>';
48
}
49
echo '</div></form>';
0 commit comments