Changeset 836

Show
Ignore:
Timestamp:
08/15/07 14:16:15 (11 months ago)
Author:
schst
Message:

Fixed path in config-dist.php of examples

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/config/php/config-dist.php

    r681 r836  
    4747    { 
    4848        if (null == self::$libPath) { 
    49             self::$libPath = realpath(dirname(__FILE__) . '../../../../lib'); 
     49            self::$libPath = realpath(dirname(__FILE__) . '/../../../lib'); 
    5050        } 
    5151