Changeset 523 for trunk/admin/config.php.example
- Timestamp:
- 2008-02-18T12:42:01+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/admin/config.php.example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/config.php.example
r517 r523 20 20 { 21 21 $sep = DIRECTORY_SEPARATOR; 22 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT} $sep", $o);22 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}" . (substr($d, -1) == $sep ? $sep : ""), $o); 23 23 $xcachedir = realpath(dirname(__FILE__) . "$sep..$sep"); 24 24 $o = str_replace($xcachedir . $sep, "{XCache}$sep", $o);
Note: See TracChangeset
for help on using the changeset viewer.

