rspamdfix

This commit is contained in:
Hassan Hashmi
2022-07-28 23:26:52 +05:00
parent cc97fb9247
commit e918c90c12
6 changed files with 450 additions and 12 deletions

View File

@@ -759,8 +759,8 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader,
$scope.getFileContents = function () {
console.log("selectedfile"+ allFilesAndFolders)
console.log("currentpath"+ $scope.currentRPath)
// console.log("selectedfile"+ allFilesAndFolders)
// console.log("currentpath"+ $scope.currentRPath)
var completePathForFile = $scope.currentRPath + "/" + allFilesAndFolders[0];