mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Should be a string
This commit is contained in:
parent
47c6384ef0
commit
3097b63e91
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ function user_template_names() {
|
|||
/* This function was taken from https://gist.github.com/rsky/5104756 to make
|
||||
it available on older php versions. Thanks! */
|
||||
|
||||
if (!function_exists(hash_pbkdf2)) {
|
||||
if (!function_exists('hash_pbkdf2')) {
|
||||
function hash_pbkdf2($algo, $password, $salt, $iterations, $length = 0, $rawOutput = false) {
|
||||
// check for hashing algorithm
|
||||
if (!in_array(strtolower($algo), hash_algos())) {
|
||||
|
|
Loading…
Add table
Reference in a new issue