This file contains hidden or 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 | |
/* Define the directory separator. Usually forward slash "/" on UNIX systems */ | |
define('DS','/'); | |
/* Where are the full copies of Joomla located? This can point to the directory where several copies of Joomla Core files are located. */ | |
$source_path = '/WWW/_source/joomla15-latest'; /* e.g. $source_path = '/home/mymane/files/joomlasource'; */ | |
/* Where do you want to install this symlinked instance of Joomla? */ | |
//$install_path = dirname(__FILE__).DS.'homebrew'; /* e.g. $install_path = '/home/mymane/public_html'; */ | |
$install_path = '/WWW'; |
NewerOlder