This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Get Local Paths. | |
* | |
* Returns an array of full paths to the local Drupal sites. | |
* | |
* @return array Array of full paths for local sites or an empty array. | |
*/ | |
function _multisite_get_path(){ |
NewerOlder