浏览代码

Removed rcpaddress warning

stekkel 23 年之前
父节点
当前提交
d0b9a534ea
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/login.php

+ 1 - 2
src/login.php

@@ -113,8 +113,7 @@ html_tag( 'table',
                                 html_tag( 'td',
                                     '<input type="password" name="' . $password_form_name . '">' . "\n" .
                                     '<input type=hidden name="js_autodetect_results" value="SMPREF_JS_OFF">' . "\n" .
-                                    '<input type=hidden name="just_logged_in" value=1>' . "\n" .
-                                    $rcptaddress_input . "\n" ,
+                                    '<input type=hidden name="just_logged_in" value=1>' . "\n",
                                 'left', '', 'width="*"' )
                             ) ,
                         'center', '#ffffff', 'border="0" cols="2" width="100%"' ) ,