Changeset 145
- Timestamp:
- 01/24/07 17:02:24 (2 years ago)
- Files:
-
- trunk/config/php/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/php/config.php
r119 r145 6 6 { 7 7 /** 8 * this method should return the path to youlib directory8 * this method should return the path to the lib directory 9 9 * 10 10 * By default its /path/to/stubbles/lib. … … 16 16 return realpath(dirname(__FILE__) . '/../../lib'); 17 17 } 18 19 /** 20 * this method should return the path to the log directory 21 * 22 * By default its /path/to/stubbles/log. 23 * 24 * @return string 25 */ 26 public static function getLogPath() 27 { 28 return realpath(dirname(__FILE__) . '/../../log'); 29 } 18 30 } 19 31 ?>
