You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
- 优化二级目录使用
This commit is contained in:
@@ -124,7 +124,7 @@ if (isset($_POST['password']) and isset($_POST['user'])) {
|
||||
<img src="<?php echo $config['login_bg']; ?>" alt="简单图床登陆界面背景图" />
|
||||
</div>
|
||||
<div class="formBx">
|
||||
<form class="form-horizontal" action="/admin/index.php" method="post" onsubmit="return md5_post()">
|
||||
<form class="form-horizontal" action="index.php" method="post" onsubmit="return md5_post()">
|
||||
<h2>登录</h2>
|
||||
<label for="account" class="col-sm-2"></label>
|
||||
<input type="text" name="user" id="account" class="form-control" value="" placeholder="输入登录账号" autocomplete="off" required="required">
|
||||
|
||||
Reference in New Issue
Block a user