mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Add return value to generate_hash_to_api function
Former-commit-id: b6420e14ab59c08c661a11763edaaa52ad612af8
This commit is contained in:
parent
f9113fa2e5
commit
072ad0a1ea
@ -3399,7 +3399,7 @@ function validate_csrf_code() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function generate_hash_to_api(){
|
function generate_hash_to_api(){
|
||||||
hash('sha256', db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key'));
|
return (string)hash('sha256', db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user