diff --git a/lib/file-folder-properties.php b/lib/file-folder-properties.php
index 2bcc9b5..b5f5c06 100644
--- a/lib/file-folder-properties.php
+++ b/lib/file-folder-properties.php
@@ -39,17 +39,13 @@ echo number_format($outputSize, 2, '.', '').$outputUnit." (".number_format($byte
Type:
Readable / Writeable: / /
Relative path:
Absolute path:
@@ -144,13 +140,7 @@ var validatePerms = function() {
permText.split("")[2]*1 <0 || permText.split("")[2]*1 >7) {
canUpdate = false;
}
-
if (canUpdate) {top.ICEcoder.chmod('',permText)};
-
}