changing login post to a relative URL

git-svn-id: http://svn.automattic.com/wordpress/trunk@397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2003-09-29 22:43:22 +00:00
parent 1a77d22ca5
commit 6b2f206dba
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ default:
if ($error) echo "<div align=\"right\" style=\"padding:4px;\"><font color=\"#FF0000\">$error</font><br />&nbsp;</div>";
?>
<form name="login" id="loginform" action="<?php echo $siteurl; ?>/b2login.php" method="post">
<form name="login" id="loginform" action="b2login.php" method="post">
<?php if ($mode=="bookmarklet") { ?>
<input type="hidden" name="mode" value="<?php echo $mode ?>" />
<input type="hidden" name="text" value="<?php echo $text ?>" />