Skip to content

Commit 389b1b8

Browse files
committed
Update login form
1 parent 70f6acc commit 389b1b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/AdminerBootstrapLike.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ public function head($dark = null)
4141

4242
public function loginForm()
4343
{
44-
/*
44+
$adminer = new Adminer\Adminer();
4545
?>
4646

4747
<div id="login-form">
48-
<?php parent::loginForm() ?>
48+
<?php $adminer->loginForm(); ?>
4949
</div>
5050

5151
<?php
52-
*/
52+
return true;
5353
}
5454

5555
public function name()

0 commit comments

Comments
 (0)