From d54b169d63159aecffe1e495a3054c288873b02c Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 7 Apr 2010 05:52:05 +0000 Subject: [PATCH] themefeidernd: Remove unused RelayState element from login page. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2247 44740490-163a-0410-bde0-09ae8108e29a --- modules/themefeidernd/themes/feidernd/core/loginuserpass.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/themefeidernd/themes/feidernd/core/loginuserpass.php b/modules/themefeidernd/themes/feidernd/core/loginuserpass.php index a90c95532..a453b270b 100644 --- a/modules/themefeidernd/themes/feidernd/core/loginuserpass.php +++ b/modules/themefeidernd/themes/feidernd/core/loginuserpass.php @@ -35,7 +35,6 @@ <!-- p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> Remember me</label></p --> <p class="submit"> <input type="submit" name="wp-submit" id="wp-submit" value="<?php echo $this->t('{login:login_button}'); ?> »" tabindex="100" /> - <input type="hidden" name="RelayState" value="<?php echo htmlspecialchars($this->data['relaystate']); ?>" /> </p> -- GitLab