From 45d02e2e6576cb8011d8eae747e9896b8b596526 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Fri, 3 Jan 2014 20:51:09 -0600 Subject: [PATCH] Pushing final changes to directory listings --- files/.pdirl/guifunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.pdirl/guifunctions.php b/files/.pdirl/guifunctions.php index 78376e6..3fa274c 100644 --- a/files/.pdirl/guifunctions.php +++ b/files/.pdirl/guifunctions.php @@ -275,7 +275,7 @@ // path: bla/bla/ $scriptDirPath = implode('/', $scriptDirPath); $breadcrumbPath = sprintf('%s/%s%s%s', - host($link = true), + host($link = false), path($scriptDirPath), $scriptDirPath, $scriptFolder, @@ -354,4 +354,4 @@ } function userSortActive() {return $GLOBALS['pdlc'] -> isUserSortActive();} function modRewriteActive() {return $GLOBALS['pdlc'] -> isModRewriteActive();} -?> \ No newline at end of file +?>