Spaces:
Running
Running
| function adminer_object() { | |
| class AdminerCustom extends Adminer { | |
| function login($login, $password) { | |
| return true; | |
| } | |
| } | |
| return new AdminerCustom; | |
| } | |
| include "./adminer-core.php"; | |
| function adminer_object() { | |
| class AdminerCustom extends Adminer { | |
| function login($login, $password) { | |
| return true; | |
| } | |
| } | |
| return new AdminerCustom; | |
| } | |
| include "./adminer-core.php"; | |