Changeset 525 for trunk/coverager
- Timestamp:
- 02/18/2008 12:25:11 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/coverager/config.php.example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager/config.php.example
r172 r525 22 22 { 23 23 $sep = DIRECTORY_SEPARATOR; 24 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT} $sep", $o);24 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}" . (substr($d, -1) == $sep ? $sep : ""), $o); 25 25 $xcachedir = realpath(dirname(__FILE__) . "$sep..$sep"); 26 26 $o = str_replace($xcachedir . $sep, "{XCache}$sep", $o);

