Skip to content

Commit

Permalink
Auto Commit - phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent 9ecce76 commit c8c6a72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions zb_system/function/c_system_plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ function Remove_Filter_Plugin($plugname, $functionname)
return false;
}


/**
* 获取Filter接口的全部挂载函数列表数组
*
Expand All @@ -249,7 +248,6 @@ function List_Filter_Plugin($plugname)
return array();
}


/**
* 清除Filter接口的所有挂载函数
*
Expand Down
2 changes: 1 addition & 1 deletion zb_system/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="logo"><img src="image/admin/none.gif" title="<?php echo htmlspecialchars($blogname); ?>" alt="<?php echo htmlspecialchars($blogname); ?>"/></div>
<div class="login">
<form method="post" action="#">
<input type="hidden" name="csrfToken" value="<?php echo $zbp->GetCSRFToken('login', 'minute');?>">
<input type="hidden" name="csrfToken" value="<?php echo $zbp->GetCSRFToken('login', 'minute'); ?>">
<dl>
<dt></dt>
<dd class="username"><label for="edtUserName"><?php echo $lang['msg']['username']; ?></label><input type="text" id="edtUserName" name="edtUserName" size="20" value="<?php echo GetVars('username', 'COOKIE'); ?>" tabindex="1" /></dd>
Expand Down

0 comments on commit c8c6a72

Please sign in to comment.