Guest User

Untitled

a guest
Nov 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # add this to adminer-*.php header
  2.  
  3. function adminer_object() {
  4. class AdminerSoftware extends Adminer {
  5. function login($login, $password) {
  6. return true;
  7. }
  8. }
  9. return new AdminerSoftware;
  10. }
Add Comment
Please, Sign In to add comment