mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated mysql auth to use PHPass
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
@ini_set("session.gc_maxlifetime","0");
|
||||
require('includes/PasswordHash.php');
|
||||
|
||||
session_start();
|
||||
|
||||
|
Reference in New Issue
Block a user