Skip to content

Commit

Permalink
remove update check
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Aug 30, 2017
1 parent 4a80f1e commit 4464f97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Template/Xenon/panel/member.htm
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ <h2><a href="support/help" target="_blank">使用教程&gt;&gt;</a></h2>
<script type="text/javascript">
$(document).ready(function() {
<php>
$update = \Helper\Updater::getInstance();
$message = $update->check();
if($message !== false) {
echo "showToastr(\"".$message."\", 0);";
}
$user_json = json_decode($user->forgePwdCode, true);
if($user_json['verification']!=null && $user->enable == 0) {
echo "showToastr(\"您的账户尚未校验邮箱,暂时无法使用本站服务,请校验后重新登陆。\", 0);";
Expand Down

0 comments on commit 4464f97

Please sign in to comment.