Changeset 239
- Timestamp:
- 02/07/07 11:14:23 (1 year ago)
- Files:
-
- trunk/config/php/config-dist.php (modified) (1 diff)
- trunk/config/php/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/php/config-dist.php
r232 r239 40 40 41 41 /** 42 * this method should return the path to the config directory 43 * 44 * @return unknown 45 */ 46 public static function getConfigPath() 47 { 48 return realpath(dirname(__FILE__) . '/../'); 49 } 50 51 /** 42 52 * switch to use star files or not 43 53 * trunk/config/php/config.php
r232 r239 40 40 41 41 /** 42 * this method should return the path to the config directory 43 * 44 * @return unknown 45 */ 46 public static function getConfigPath() 47 { 48 return realpath(dirname(__FILE__) . '/../'); 49 } 50 51 /** 42 52 * switch to use star files or not 43 53 *
