Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

How to use adminer without password basing on login-password-less plugins

Hello,
I want to use adminer without password.
I uploaded adminer-4.7.7-en.php file and finding login-password-less plugin
I create file plugins/login-password-less.php with content :




<?php
class AdminerLoginPasswordLess {
    /** @access protected */
    var $password_hash;
  
    /** Set allowed password
    * @param string result of password_hash
    */
    function __construct($password_hash) {
        $this->password_hash = $password_hash;
    }
    function credentials() {...
PHP:
How to use adminer without password basing on login-password-less plugins

from PHP https://ift.tt/3iEUe2Y
via IFTTT

Post a Comment

0 Comments