Changeset 836
- Timestamp:
- 08/15/07 14:16:15 (11 months ago)
- Files:
-
- trunk/examples/config/php/config-dist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/config/php/config-dist.php
r681 r836 47 47 { 48 48 if (null == self::$libPath) { 49 self::$libPath = realpath(dirname(__FILE__) . ' ../../../../lib');49 self::$libPath = realpath(dirname(__FILE__) . '/../../../lib'); 50 50 } 51 51
