mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 00:06:09 +01:00
rspamdfix
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user