1 drupal.inc | drupal_override_server_variables($variables = array()) |
Sets appropriate server variables needed for command line scripts to work.
Deprecated
since 1.0.0
See also
backdrop_override_server_variables()
Related topics
File
- core/
includes/ drupal.inc, line 76 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_override_server_variables($variables = array()) {
backdrop_override_server_variables($variables);
}