diff --git a/admin/config.php.example b/admin/config.php.example index 8598703..3b8b617 100644 --- a/admin/config.php.example +++ b/admin/config.php.example @@ -19,7 +19,7 @@ $free_graph_width = 120; function ob_filter_path_nicer($o) { $sep = DIRECTORY_SEPARATOR; - $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}$sep", $o); + $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}" . (substr($d, -1) == $sep ? $sep : ""), $o); $xcachedir = realpath(dirname(__FILE__) . "$sep..$sep"); $o = str_replace($xcachedir . $sep, "{XCache}$sep", $o); if ($sep == '/') {