$base_path

Definition

developer/globals.php

Description

The base path of the drupal installation. At least will default to /.

See also

conf_init()

Code

<?php
global $base_path;
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.