Changeset 623 for branches/1.3/coverager/config.php.example
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
coverager/config.php.example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/coverager/config.php.example
r604 r623 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);
Note: See TracChangeset
for help on using the changeset viewer.

