mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
修改部分声明;
This commit is contained in:
@@ -45,7 +45,7 @@ class Login extends AdminController
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$captcha = Env::get('easyadmin.captcha', 1);
|
||||
$captcha = Env::get('adminsystem.captcha', 1);
|
||||
if ($this->request->isPost()) {
|
||||
$post = $this->request->post();
|
||||
$rule = [
|
||||
|
||||
Reference in New Issue
Block a user