1 drupal.inc | drupal_get_hash_salt() |
Gets a salt useful for hardening against SQL injection.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1121 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_hash_salt() {
return backdrop_get_hash_salt();
}