Same name and namespace in other branches
  1. 10 core/globals.api.php \base_path
  2. 6.x developer/globals.php \base_path
  3. 8.9.x core/globals.api.php \base_path
  4. 9 core/globals.api.php \base_path

The base path of the Drupal installation.

This will at least default to '/'.

See also

drupal_settings_initialize()

File

developer/globals.php, line 31
These are the global variables that Drupal uses.

Code

global $base_path;