Changeset 926
- Timestamp:
- 06/25/2012 10:55:03 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/admin/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/common.php
r902 r926 100 100 $sep = DIRECTORY_SEPARATOR; 101 101 $docRoot = $_SERVER['DOCUMENT_ROOT']; 102 if ($sep != '/') { 103 $docRoot = str_replace('/', $sep, $docRoot); 104 } 102 105 $list_html = str_replace($docRoot, "{DOCROOT}" . (substr($docRoot, -1) == $sep ? $sep : ""), $list_html); 103 106 $xcachedir = realpath(dirname(__FILE__) . "$sep..$sep");

