Browse Source

Update makehtml_homepage.php

tags/6.3.0
叙述、别离 1 year ago
parent
commit
c3a63c6034
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/makehtml_homepage.php

+ 1
- 1
src/admin/makehtml_homepage.php View File

@@ -50,7 +50,7 @@ if ($dopost == "view") {
$data = $client->AdminSetIndexLockState($dedebiz_admin, $lockindex);
if ($data->data != "ok") {
echo "<link rel=\"stylesheet\" href=\"/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>";
echo "<div class=\"alert alert-warning\">密码输入错误,请填写正确密码</div><br>";
echo "<div class=\"alert alert-warning\">密码输入错误,请填写正确密码</div><br>";
$client->Close();
exit;
}


Loading…
Cancel
Save