diff --git a/lib/get-branch.php b/lib/get-branch.php index dd6cdae..d451991 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -152,7 +152,15 @@ for ($i=0;$i        ".xssClean(basename($fileFolderName),"html")." "; + echo "
  •         ".xssClean(basename($fileFolderName),"html")." "; $thisPermVal = $serverType=="Linux" ? substr(sprintf('%o', fileperms($docRoot.$iceRoot.$fileFolderName)), -3) : ''; $permColors = $thisPermVal == 777 ? 'background: #800; color: #eee' : 'color: #888'; echo '';