Changeset 647
- Timestamp:
- 2009-07-08T19:50:26+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/admin/config.php.example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/config.php.example
r605 r647 26 26 { 27 27 $sep = DIRECTORY_SEPARATOR; 28 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}" . (substr($d, -1) == $sep ? $sep : ""), $o); 28 $d = $_SERVER['DOCUMENT_ROOT']; 29 $o = str_replace($d, "{DOCROOT}" . (substr($d, -1) == $sep ? $sep : ""), $o); 29 30 $xcachedir = realpath(dirname(__FILE__) . "$sep..$sep"); 30 31 $o = str_replace($xcachedir . $sep, "{XCache}$sep", $o);
Note: See TracChangeset
for help on using the changeset viewer.

