Skip to content

Commit

Permalink
Bring back missing hash.lib.php requires
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 8, 2017
1 parent 98098ee commit e7a09fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/ip_allow_deny.lib.php
Expand Up @@ -8,6 +8,7 @@
*/

use PMA\libraries\Core;
require_once './libraries/hash.lib.php';

/**
* Matches for IPv4 or IPv6 addresses
Expand Down
1 change: 1 addition & 0 deletions libraries/plugins/auth/AuthenticationCookie.php
Expand Up @@ -20,6 +20,7 @@
use PMA\libraries\URL;

require_once './libraries/session.lib.php';
require_once './libraries/hash.lib.php';

/**
* Remember where to redirect the user
Expand Down
2 changes: 2 additions & 0 deletions libraries/plugins/auth/AuthenticationHttp.php
Expand Up @@ -15,6 +15,8 @@
use PMA\libraries\Config;
use PMA\libraries\Core;

require_once './libraries/hash.lib.php';

/**
* Handles the HTTP authentication methods
*
Expand Down

0 comments on commit e7a09fe

Please sign in to comment.